@charset "Shift_JIS";

/* 基本設定
---------------------------------------------------- */

* { margin: 0; padding: 0; }

html, body {
 text-align: left;
 margin: 10px auto;
 padding: 0;
 color: #666666;
 height: 100%;
 font-family: "ＭＳ Ｐゴシック","Osaka",Verdana,Arial,sans-serif;
 font-size: 12px;
 background: url(images_template/back.jpg);
 }

p { font-size: 12px; line-height: 200%; }

a { color: #0033CC; }
a:hover { color: #FF0000; }

div { display: block; font-size: 1em; font-weight: normal; margin: 0; padding: 0; }

ol,ul { margin-left: 2em; margin-right: 15px; margin-bottom: 10px; }

li { margin-bottom: 5px; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

blockquote {
 text-align: left;
 margin-right: 10px;
 margin-left: 10px;
 margin-bottom: 10px;
 display: block;
 padding: 0 5px;
 background: #EEE;
 border: #aaa 1px dotted;
 }
 
img { border: 0; }

img.mt_icon {
	margin-top: -3px;
	width:14px;
	height:15px;
	vertical-align:middle;
	margin-left: 3px;
	margin-right: 3px;
}

img.emoticon {
	margin-top: -3px;
	width:14px;
	height:15px;
	vertical-align:middle;
	margin-left: 3px;
	margin-right: 3px;
}

.clr { clear: both; }

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
 }

* html .pkg { display: inline-block; }

/* no ie mac \*/

* html .pkg { height: 1%; }

.pkg { display: block; }

/* .ページ名の定義
---------------------------------------------------- */

h2 {
 margin-left: auto;
 margin-right: 4px;
 margin-bottom: 0;
 margin-top: 0;
 padding: 6px;
 padding-left:15px;
 font-size: 14px;
 line-height: 100%;
 font-weight: bold;
 color: #999999;
 text-align: left;
 background: url(images_template/h2_back.jpg) repeat-x;
 }
h3 {
 margin-top : 8px;
 margin-bottom: 3px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 font-size: 14px;
 line-height: 1.0em;
 color: #333333;
 text-align: left;
 text-indent: 5px;
 display: block;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #3399FF;
 background-image: url(http://arcblog.net//images_template/h3_back.jpg);
 background-position: left;
 background-repeat: no-repeat;
 }

/* 包括レイアウト
---------------------------------------------------- */

div#container_top {
 width: 808px;
 height: 26px;
 min-height: 26px;
 background-image: url(http://arcblog.net/images_template/body_top.png) ;
 background-repeat: no-repeat;
 background-position: bottom;
 margin: 0 auto ;
 }
div#container {
 width: 808px;
 margin: 0 auto;
 background: url(http://arcblog.net/images_template/body_center.png) ;
 clear: both;
 overflow: hidden; 
 }
div#container_bottom {
 width: 808px;
 height: 26px;
 min-height: 26px;
 background-image: url(http://arcblog.net/images_template/body_bottom.png) ;
 margin: 0 auto;
 }

div#container_top p { text-indent: -10000px; }
div#container_bottom p { text-indent: -10000px; }

/* ie png */

* html div#container_top {
 behavior: expression(IEPNGFIX.fix(this));
 width: 808px;
 height: 26px;
 min-height: 26px;
 background-image: url(http://arcblog.net/images_template/body_top.png) ;
 background-repeat: no-repeat;
 background-position: bottom;
 margin: 0 auto ;
 }
* html div#container {
 behavior: expression(IEPNGFIX.fix(this));
 width: 808px;
 margin: 0 auto;
 background: url(http://arcblog.net/images_template/body_center.png) repeat-y bottom;
 clear: both;
 overflow: hidden;
 }
* html div#container_bottom {
 behavior: expression(IEPNGFIX.fix(this));
 width: 808px;
 height: 26px;
 min-height: 26px;
 background-image: url(http://arcblog.net/images_template/body_bottom.png) ;
 margin: 0 auto;
 }

* html div#container_top p { text-indent: -10000px; }
* html div#container_bottom p { text-indent: -10000px; }

.indent01 { text-indent: -10000px; }

/* ページボディの指定 */ 

#pagebody { width: 100%; height: auto; clear: both; }
#pagebody-inner { padding-left: 10px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px; } 

/* ヘッダ画像の指定 */

div#banner { width: 798px; margin: 0 auto; }

#banner-header {
 color: #999999;
 font-size: 9px;
 padding-left: 15px;
 text-align: left;
 background: none;
 border: none;
 }
#banner-header a { color: #999999; text-decoration: none; }
#banner-header a:hover { background: none; }

div#top_box { width: 808px; }
div#inbox { width: 808px; auto; float: left; }
div#top_inbox01 { width: 600px; float: left; }

#banner-description {
 color: #999999;
 font-size: 9px;
 text-align: left;
 background: none;
 border: none;
 } 

/* メインメニューの設定
---------------------------------------------------- */

#mainmenu { background: url(../images_template/menu.jpg); background-repeat: repeat-x; width: 798px; margin: 0 auto; }
#mainmenu ul { list-style-type: none; padding: 0; margin: 0px; }
#mainmenu li { float: left; padding: 0; margin: 0; }
#mainmenu a {
 display: block;
 color: #666666;
 text-align: center;
 padding-top: 12px;
 padding-bottom: 12px;
 padding-left: 25px;
 padding-right: 25px;
 margin-left: 15px;
 text-decoration: none;
 font-weight: bold;
 background: url(../images_template/cross.jpg) left no-repeat;
 }
#mainmenu a:hover {
 display: block;
 color: #CCCCCC;
 text-align: center;
 background: url(../images_template/cross_o.jpg) left no-repeat;
 }
/* alpha(ページ左側)の設定
---------------------------------------------------- */

div#alpha {
 width: 570px;
 float: left;
 margin: 0 auto;
 clear: both;
 overflow: hidden;
 }
div#alpha-inner { margin-top: 5px; }
div#alpha p { line-height: 220%; }
div#alpha p a { color: #0033BB; text-decoration: none; }
div#alpha p a:hover { color: #990000; }
div#alpha-inner h2 {
 margin: 0;
 font-size: 14px;
 line-height: 100%;
 font-weight: bold;
 color: #999999;
 text-align:left;
 background: url(http://arcblog.net//images_template/h2_back.jpg) repeat-x;
 }
div#alpha h3 {
 margin-top : 8px;
 margin-bottom: 3px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 font-size: 14px;
 line-height: 1.0em;
 color: #333333;
 text-align: left;
 text-indent: 5px;
 display: block;
 border-bottom: #CCCCCC solid 1px;
 background-image: url(http://arcblog.net//images_template/h3_back.jpg);
 background-position: left;
 background-repeat: no-repeat;
 }
div#alpha h3 a { display: block; color: #0033CC; }
div#alpha h3 a:hover { display: block; color: #990000; }
div#alpha h4 {
 margin-top : 8px;
 margin-bottom: 3px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 font-size: 13px;
 line-height: 1em;
 font-weight: bold;
 color: #3A1F19;
 text-align: left;
 display: block;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #CCCCCC;
 background-image: url(http://arcblog.net//images_template/title_left.jpg);
 background-position: left;
 background-repeat: no-repeat;
 }
div#alpha h4 a { display:block; }
div#alpha h5, h6 {
 font-size: 14px;
 line-height: 150%;
 font-weight: bold;
 color: #FFFFFF;
 text-align: left;
 background-color: #666666;
 margin-top: 10px;
 margin-bottom: 10px;
 text-indent: 15px;
 }
div#alpha_entry { width: 570px; float: left; margin: 10px auto; }
div#alpha_entry p { line-height: 220%; }
div#alpha_entry p a { margin: 0; padding: 0; }
div#alpha_entry p a:hover { margin: 0; padding: 0; }
div#alpha_entry h3 {
 margin-top : 8px;
 margin-bottom: 3px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 font-size: 13px;
 line-height: 1.0em;
 color: #333333;
 text-align: left;
 display: block;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #819DAB;
 background-image: url(http://arcblog.net//images_template/alpha_h3.jpg);
 background-position: left;
 background-repeat: no-repeat;
 }
 
div#alpha_entry h3 a { display: block; color: #0033CC; }
div#alpha_entry a:hover { display: block; color: #990000; }

div#info_box { width: 560px; margin: 40px auto; }
div#info_left { width: 310px; float: left; }
div#large_photo { width: 265px; margin: 0 auto; }
div#info_right { width: 245px; float: left; }
div#top_txt { border-bottom: #CCCCCC dotted 1px; margin-bottom: 15px; }

div#address_box { width: 520px; margin: 40px auto; border-top: #CCCCCC solid 1px; }
div#address_left { width: 334px; float: left; margin-top: 40px; }
div#map { width: 160px; float:left; margin-top: 40px; }
div#map_txt { width: 520px; margin: 40px auto; }

div#box { width: 560px; margin: 0 auto; }
div#txt_box { width: 160px; margin: 0 auto; }
div#txt_box2 { width: 520px; margin: 20px auto; }
div#txt_box3 { width: 520px; margin: 0 auto; }

div#staff_box { width: 560px; height: 240px; margin: 20px auto 0 auto; background: url(images_template/staff_back.jpg) no-repeat; }
div#staff_left { width: 104px; float: left; }
div#left_in1 { width: 93px; float: left; }
div#left_in2 { width: 85px; height: 100px; margin: 4px auto; }
div#left_in3 { width: 85px; margin: 4px auto; }
div#left_in4 { width: 85px; margin: 0 auto; }
div#staff_right { width: 456px; float: right; }
div#right_in { width: 426px; margin: 4px auto; }
div#no_box { width: 104px; margin: 0; padding: 0; }
div#no { width: 15px; height: 15px; margin-right: 2px; float: left }
div#no1 { width: 15px; height: 15px; float: left }

div#hair_box { width: 560px; margin: 40px auto; }
div#box_in { width: 540px; margin: 0 auto; }
div#hair_box p { line-height: 150%; font-size: 10px; color: #999999; }

/* beta(ページ右側)の設定
---------------------------------------------------- */

#beta { width: 220px; float: left; margin: 0 auto; }
#beta-inner { margin: 5px 0 5px 5px ; padding: 0; }
#beta h2 {
 text-indent: 5px;
 font-size: 12px;
 line-height: 1em;
 font-weight: bold;
 color: #666666;
 }
div#inbox_01 { width: 200px; margin: 0; padding: 0; background-image: url(http://arcblog.net//images_template/h2_back.jpg); }
div#inbox_04 { margin: 0 auto;}
div#ban_inbox { width: 180px; margin: 5px auto;  }

/* copyright */

div#copyright { width: 100%; }
div#copyright p { text-align: center; font-size: 10px; color: #666666; }

/* .モジュールの設定 */

.module { margin: 5px; }
.module-content { padding: 5px; }

/* .モジュール内のリスト表示 */

.module-list { margin: 0; padding: 0; }
.module-list ul { margin: 0; padding: 5px; }
.module-list li { list-style: none; float: none; margin: 5px auto; width: 190px; font-size: 12px; }
.module-list li a {
 background: url(http://arcblog.net//images_template/h2_back.jpg);
 font-size: 12px;
 display: block;
 line-height: 1.3em;
 padding: 5px;
 color: #666666;
 }
.module-list li a:hover { font-size: 12px; background: url(http://arcblog.net//images_template/h2_back_o.jpg); color: #FFFFFF; }

/* .バナーエリア内のイメージをセンタリングします */

.module-banner { text-align: center; }
.module-banner img { margin: 3px; }

/* .タグ表示の定義 */

.entry-content p { margin: 0; padding: 0; }
.entry-tags { margin-top: 10px; }
.entry-tags-header { font-size: 10px; color: #333; border: none; }
.entry-tags-list { margin-left:3px; }
.entry-tag { list-style: none; float: left; margin: 5px; display: block; }
.entry-body { padding: 20px; }
.entry-body img { margin: 3px; }
.entry-footer { clear: both; }
.entry-more { padding: 20px; }
.entry-more-link { padding: 20px; }
.entry-footer { padding: 20px; }

/* etc */

.outer_top_txt { width: auto; height: auto; margin: 0 auto 0 auto; }
.txt_normal { text-align: center; font-size: 10px; line-height: 50%; }
.blog_tittle {
 border: #D9D9D9 solid 1px;
 margin: 0;
 padding: 6px;
 padding-left:15px;
 margin-left: auto;
 margin-right: 4px;
 margin-bottom: 0;
 margin-top: 0;
 font-size: 14px;
 line-height: 1.2em;
 font-weight: bold;
 color: #666666;
 text-align:left;
 background: url(http://arcblog.net//images_template/bag_gra02.jpg) repeat-x;
 }
.tb_txt01 { line-height:1.4em; }
.topics01{ font-family:'ＭＳ ゴシック', 'Osaka－等幅'; font-size: 10px; line-height: 1.8em; margin-bottom: 24px; color: #000000; }

/* color */

.white { color: #FFFFFF; }
.blue { color: #023761; }
.blue02 { color: #0000CC; }
.red { color:  #CC0000; font-weight: bold; }
.red02 { color: #990000; }
.red03 { color:#CC0000; }
.red04 { color: #660033; }
.red05 { color: #660000; }
.orange { color: #F0A703; }
.orange2 { color: #FF6600; font-weight: bold; }
.orange3 { color: #FF6600; margin-top: 23px; text-indent: 10px; font-weight: bold; }
.d_gray { color: #333333; font-size: 9px; text-indent: 10px; letter-spacing: 0px; }
.gray { color: #999999; font-size: 9px; text-indent: 10px; line-height: 50%; letter-spacing: 0px; }
.wine { color: #6E0000; }

/* position,weight,line */

.center { text-align: center; }
.bold { font-weight: bold; }
.right { text-align: right; }
.line1 { line-height: 200%; }
.20 { text-indent: 20px; }

.top { text-align: center; font-size: 10px; color: #666666; }
