@charset "UTF-8";

/* 基本設定
---------------------------------------------------- */
* { margin: 0; padding: 0; }
html, body {
 text-align: left;
 margin: 10px auto;
 padding: 0;
 color: #666666;
 height: 100%;
font-family: font-family: "Osaka",Verdana,Arial,sans-serif;
 font-size: 12px;
 background-color: #FFFFE5;
}
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; margin: 0; padding: 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 {
 border: #D9D9D9 solid 1px;
 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: #666666;
 text-align: left;
 background: url(images_template/h2_back01.jpg) repeat-x;
 }
 
/* 包括レイアウトとバナーの設定
---------------------------------------------------- */

div#container_top {
 width: 808px;
 height: 5px;
 min-height: 5px;
 _height: 5px;
 background-image: url(../images_template/body_top.png);
 margin: 0 auto ;
 }
div#container {
 width: 808px;
 margin: 0 auto;
 background: url(http://a-ria.net/images_template/body_center.png) ;
 background-repeat: repeat-y;
 clear: both;
 overflow: hidden; 
 }
div#container_bottom {
 width: 808px;
 height: 5px;
 min-height: 5px;
 _height: 5px;
 background-image: url(http://a-ria.net/images_template/body_bottom.png) ;
 margin: 0 auto;
 }

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

/* ie png */

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

* 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: 800px; margin: 0 auto; }
#banner-inner { width: 600px; height: auto; 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; margin-top: 3px; }
div#inbox { width: 450px; height: auto; float: left; }
div#top_inbox01 { width: 600px; float: left; }
div#top_inbox02 { width: 600px; float: left; }

/* .ヘッダ内 サイトの説明 */

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

/* フッターの設定
---------------------------------------------------- */

#footer {
 clear:both;
 margin:0;
 line-height:2.4em;
 font-size: 12px;
 font-weight: bold;
 color:#FFF;
 text-shadow: #000 2px 2px 2px;
 text-align:center;
 border-top:#666 solid 1px;
 background: url(images_template/background_footer.gif) repeat-x;
}

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

#mainmenu { background: url(../images_template/menu_back.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: #FFFFFF;
 text-align: center;
 padding-top: 7px;
 padding-bottom: 6px;
 padding-left: 28px;
 padding-right: 28px;
 border-right: #ffffff solid 1px;
 text-decoration: none;
 font-size: 100%;
 font-weight: bold;
 line-height: 1.8em;
}
#mainmenu a:hover { background: url(../images_template/menu_back02.jpg); color: #D9D9D9; }

/* 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: #666666;
 text-align:left;
 background: url(http://a-ria.net//images_template/alpha_h2.jpg) repeat-x;
 }
div#alpha 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://a-ria.net//images_template/title_left.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://a-ria.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: 13px;
 line-height: 30px;
 font-weight: bold;
 color: #FFF;
 text-align: left;
 background-color: #999999;
 margin: 0;
 padding-left: 10px;
 }
div#blog_inbox {
 width: 570px;
 float: left;
 margin: 0 auto;
}
div#blog_inbox p { line-height: 220%; }
div#blog_inbox p a { margin: 0; padding: 0; }
div#blog_inbox p a:hover { margin: 0; padding: 0; }

div#blog_inbox 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://a-ria.net//images_template/title_left.jpg);
 background-position: left;
 background-repeat: no-repeat;
 }
div#blog_inbox h3 a { display: block; color: #0033CC; }
div#blog_inbox a:hover { display: block; color: #990000; }

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://a-ria.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#blog_footer {
 text-indent: 20px;
 float: left;
 margin: 0 auto;
}

div#home_txt { background: url(images_template/txt_back.jpg) no-repeat; width: 557px; height: 640px; }
div#txt_area { width: 560px; float: left; }

div#txt_area h4 { font-size: 12px; color: #990000; line-height: 180%; border-style: none; background: none; }
div#txt_area p { font-size: 12px; color: #333333; line-height: 180%; }

div#txt_01 { margin-top: 210px; margin-left: 40px; }
div#txt_02 { margin-left: 200px; margin-top: 15px; margin-right: 20px; }
div#txt_03 { margin-left: 40px; margin-right: 20px; }
div#txt_05 { padding-left: 30px; margin-right: 20px; }
#txt_06 {
	width: 530px;
	margin: 20px auto;
} 
#txt_06 .menu_title {
	margin-top: 12px;
	font-weight: bold;
}
#txt_06 .l_spc {
	margin-left: 12px;
}
#txt_06 .r_spc {
	text-align: right;
	margin-right: 12px;
	color: #990000;
}
#txt_06 .f10 {
	margin-left: 24px;
	margin-right: 24px;
	color: #999999;
	font-size: 10px;
}
div#txt_05 p { margin: 0; padding: 0; }
div#txt_05 h4 { font-size: 12px; color: #990000; line-height: 180%; border-style: none; background: none; }

div#staff_box { width: 564px; height: 190px; margin: 10px auto; background: url(images_template/staff_back.jpg) no-repeat; }

/* Betaペインの設定
---------------------------------------------------- */

#beta { width: 220px; float: left; margin: 0 auto; }
#beta-inner { margin: 5px; background: url(http://a-ria.net//images_template/beta_back.jpg); padding: 0; border: #DDD solid 1px; }
#beta h2 {
 margin: 0 auto;
 font-size: 12px;
 line-height: 1em;
 font-weight: bold;
 color: #666666;
 text-align: center;
 background-image: url(http://a-ria.net//images_template/beta_h2.jpg);
 border: #CCCCCC  solid 1px;
 }
div#inbox_01 { width: 200px; margin: 0; padding: 0; }
div#inbox_04 { margin: 0 auto;}
div#ban_inbox { width: 180px; margin: 5px auto;  }

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

.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; }
.module-list li a {
 background: url(http://a-ria.net//images_template/beta_box.jpg);
 border: #CCCCCC solid 1px;
 list-style: none;
 display: block;
 line-height: 1.3em;
 padding: 3px;
}
.module-list li a:hover { background: url(http://a-ria.net//images_template/beta_box02.jpg); }

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

.module-banner { text-align: center; }
.module-banner img { margin: 3px; }
/* 検索結果設定
---------------------------------------------------- */

/* リスト表示とお問い合わせページ用
---------------------------------------------------- */

.InnerWindow { background: #FFF; border: 1px #BBB solid; margin: auto 0; padding: 1px; width: auto; }
.InnerWindow p { margin: 1px 1px 3px 1px; padding: 3px; }
.InnerWindow_Header {
 background: #DDD;
 border: #BBB solid;
 border-width: 1px 1px 0 1px;
 margin: 0;
 width: auto;
 height: 20px;
 text-align: center;
 color: #333;
 text-shadow: #FFF 0.2em 0.2em 0.2em; font-weight: bold;
 font-size: 120%;
 line-height: 100%;
 padding: 8px 0px 0px 0px;
 }
.InnerWindow_subtitle {
 background: #333333; font-weight: bold;
 font-size: 13px;
 line-height: 1.5em;
 color: #FFFFFF;
 text-align: center;
 padding: 5px;
 margin: 1px;
 margin-bottom: 3px;
 }
.SmallWindow_Title {
 margin: 0;
 padding: 1px 0 1px 5px;
 color: #000; font-size: 12px;
 font-weight: bold;
 background: #EEEEBB;
 border-left: #999900 solid 6px;
 }
.SmallWindow_Normal { padding: 0 0 0 15px; color: #000; font-size: 12px; font-weight: normal; }
.SmallWindow_Normal2 {
 padding: 0 0 0 15px;
 color: #000; font-size: 12px;
 font-weight: normal;
 border-top: #BBB solid 1px;
 }
.SmallWindow_Error {
 color: #CC0000; font-size: 12px;
 font-weight: bold;
 }
.SmallWindow_ShowDetail {
 text-align: right;
 padding-right: 15px; font-size: 12px;
 font-weight: bold;
 background: #EEE6CC;
 }
.SmallWindow_RightPain { margin:1px 1px 1px 0; padding: 0; float:left; width: 476px; }

/* 送信用ボタン
---------------------------------------------------- */

.BottonSend {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 background: #AAA;
 border: 1px solid #999999;
 margin: 3px;
 padding: 2px;
 width: auto;
 }
.BottonSend_inner { width:450px; margin: 0 auto; }
.BottonSend a {
 color: #003366; font-size:12px;
 font-weight: bold;
 text-shadow: #fff 2px 2px 2px;
 text-align: center;
 width: 212px;
 display: block;
 border: #999999 solid 1px;
 line-height: 220%;
 background: #EEE;
 float:left;
 margin: 5px;
 }
.BottonSend a:hover { color: #FEFEFE; text-shadow: #000 2px 2px 2px; width: 212px; background: #006699; }

/* MT用の設定
---------------------------------------------------- */

/* .検索結果の定義 */

.search-results-header h3 { border: none; }

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

.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 p { margin: 0; padding: 0; }
.entry-body img { margin: 0; padding-top: 5px; }
.entry-footer { clear: both; }

/* info */

div#box_txt { width: 100px; float: left; }
div#box_txt p { line-height: 130%; text-align: left; margin: 0; padding: 0; }

div#box_txt02 { width: 220px; float: left; }
div#box_txt02 p { line-height: 130%; text-align: left; margin: 0; padding: 0; }

.orange { color: #F0A703; }
.wine { color: #6E0000; }
/* Consulting */

div#consul_box { width: 270px; float: left; background: url(images_template/profile_back.jpg) repeat; }
div#consul_box02 { width: 270px; float: right; background: url(images_template/profile_back.jpg) repeat; }

div#consul_box p { font-size: 10px; line-height: 150%; }
div#consul_box02 p { font-size: 10px; line-height: 150%; }

/* 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://a-ria.net//images_template/bag_gra02.jpg) repeat-x;
 }
.txt_red { color:#FF0000; line-height:1.4em; }
.txt_blue { color: #0000CC; }
.tb_txt01 { line-height:1.4em; }

div#tel_box {
 width: 110px;
 height: 23px;
 min-height: 23px;
 _height: 23px;
 float: right;
 margin-top: 10px;
 background-image: url(images_template/tel01.png);
}
div#tel_box p {
 text-indent: -9999px;
}

* html div#tel_box {
 behavior: expression(IEPNGFIX.fix(this));
 width: 110px;
 height: 23px;
 min-height: 23px;
 _height: 23px;
 float: right;
 margin-top: 10px;
 background-image: url(images_template/tel01.png);
}
* html div#tel_box p {
 text-indent: -9999px;
}

div#top_photo { width: 230px; float:left; margin-top: 5px; }
div#top_photo01 { width: 225px; height: auto; float:left; }
div#top_photo02 { width: auto; height: auto; float: left; }

div#tb_box { width: 360px; height: auto; float: left; margin-top: 15px; margin-left: 5px; }
div#list_box01 {
 padding-top: 9px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 9px;
 margin-top: 3px;
 line-height: 1.5em;
 float: right;
 border: #CCCCCC solid 1px;
}
div#widebox_01 { width: 570px; height: auto; float: left; margin: 0 auto 0 auto; }

.arrow_01 { list-style-image: url(http://a-ria.net//images_template/arrow02.jpg); list-style-position: outside; margin-left: 5px; }
.arrow {
	display: block;
	padding-left: 10px;
	background: url(http://a-ria.net//images_template/arrow02.jpg) left center no-repeat;
}

/* price */

div#price_box { width: 570px; height: auto; float: left; }
div#in_box01 { width: 570px; height: auto; float: left; }
div#in_box01 p { line-height: 1.2em; font-size: 100%; padding-left: 5px; padding-right: 5px;}
.txt_right { color: #CC3300; text-align: right; font-weight: bold; }
.txt_right02 { text-align: right; font-weight: bold; }

/* hair catalog*/

div#area { width: 570px; float: left; margin: 0 auto 0 auto; padding-bottom: 20px; }
div#area_left {
	width: 280px;
	height: 380px;
	float: left;
	border: 1px solid #CCCCCC;
    background: url(http://a-ria.net//images_template/stripe01.jpg) repeat;
}
div#area_right {
	width: 280px;
	height: 380px;
	float: right;
	border: 1px solid #CCCCCC;
    background: url(http://a-ria.net//images_template/stripe01.jpg) repeat;
}
div#catalog_photo {
	width: 100px;
	height: auto;
	float: left;
	padding: 0;
}
div#catalog_txt	{
	width: 170px;
	height: auto;
	float: right;
	text-align: left;
}
div#catalog_txt02 {
    width: 270px;
	padding-top: 5px;
	margin: 0 auto 0 auto; 
}
div#catalog_txt p { line-height: 1.4em;	font-size: 95%;	padding-left: 5px; }
div#catalog_txt02 p { line-height: 1.4em;	font-size: 95%;	padding-left: 5px; }
.style01 { background-color: #666666; color: #CCCCCC; font-weight: bold; }
.style03 { border-left: #a7dc82 3px solid;	border-bottom: #999999 1px solid; font-weight: bold; }
div#area ul { margin: 10px; }
div#area li { margin: 5px; list-style: none; }
div#other { width: auto; height: auto; float: none; }

div#outer_txt { margin: 0; padding: 0;}
div#outer_txt p { text-align: center; font-size: 10px; line-height: 1.0em; }

div#top_coment01 {
    width: 320px;
	height: 175px;

	float: right;
	margin-top: 8px;
	background: url(http://a-ria.net//images_template/coment_back01.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
div#top_coment01 p { margin: 10px; font-size: 90%; line-height: 1.4em; }
.coment_border { font-weight: bold; }
.title_red { font-weight: bold; color: #660033; }
.home_h2_logo { width: 26px; height: 25px; float: left; padding-left: 5px; padding-top: 3px; }

/* copyright */

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

.white { color: #FFFFFF; }
.blue { color: #023761; }
.red { color: #CC0000; font-weight: bold; }
.red02 { color: #990000; }
.center { text-align: center; }
.bold { font-weight: bold; }
