@charset "utf-8";

@import url("navi.css");

/* リトモ　デフォルトCSS */

body {
   background: url(../img/common/bg_1.jpg) top center no-repeat fixed #000;
   color:#fff;
   margin:0;
   padding:0;
}

/*　リンク　*/
a:link { color: #00b7ee; text-decoration: none; }
a:visited { color: #00b7ee; text-decoration: none; }
a:hover { color: #32cd32; text-decoration: underline; }
a:active { color: #FF00FF; text-decoration: none; }

/*-----テキスト-----*/
p {
   font-size:0.8em;
   line-height:1.5em;
   margin:0;
   padding:0;
}

em {
	font-style:normal;
	font-weight:bold;
}

.fs_b1 {
	font-size:1.3em;
}

/**/
.b {
	font-weight:bold;
}


/*色*/
.gry1 {
   color:#666;
}

.gry2 {
   color:#999;
}

.red1_b {
	color:#C00;
	font-weight:bold;
}

.yel1 {
	color:#ff9900;
}
.yel1_b {
	color:#FF0;
	font-weight:bold;
}

.yel2 {
	color:#FF6;
}

.yel3 {
	color:#FF0;
}

/*行揃え*/


/*見出し*/
h1 {
   margin:0;
   padding:0;
}

h2 {
	margin:0;
	padding:0;
}

h3 {
	margin:0;
	padding:0;
}

h4 {
	margin:0;
	padding:0;
}

/*画像*/
img { border-style: none ;  margin:0; padding:0;}

/*不可視*/
.hide {
   display:none;
}

/*float*/
.clr {
	clear:both;
}

/*マージン*/
#mar_t0  {
	margin-top:0;
}
.mar_t10 {
	margin-top:10px;
}
.mar_t15 {
	margin-top:15px;
}
.mar_t20 {
	margin-top:20px;
}
#mar_t20 {
	margin-top:20px;
}
.mar_t25 {
	margin-top:25px;
}
#mar_b0 {
	margin-bottom:0;
}
.mar_b10 {
	margin-bottom:10px;
}
#mar_b10 {
	margin-bottom:10px;
}
.mar_b20 {
	margin-bottom:20px;
}
#mar_b20 {
	margin-bottom:20px;
}
.mar_b30 {
	margin-bottom:30px;
}
.mar_b40 {
	margin-bottom:40px;
}
.mar_b50 {
	margin-bottom:50px;
}

#pad_b50 {
	padding-bottom:50px;
}

/*ボーダー*/
.bor_b1 {
	border-bottom: 1px dotted #666;
}



/*コンテナ*/
.container {
  width:100%;
  height:auto;
  text-align:center;
}

/*▼ヘッダ*/
.header {
   width:800px;
   height:auto;
   text-align:left;
   margin-left:auto;
   margin-right:auto;
   margin-top:20px;
   margin-bottom:20px;
   /*background: url(../pc/img/logo_bg.jpg) top center no-repeat;*/
}

.head_logo {/*TOP*/
   width:179px;
   height:77px;
   /*margin-left:0;*/
   margin:0;
   padding:0;
   float:left;
}
.head_txt {/*TOP*/
	width:620px;
	height:77px;
	margin:0;
	padding:0;
	float:left;
	background: url(../img/top/head_text1.jpg) top right no-repeat;
}

.head_txt p {/*TOP*/
	text-indent:-9999px;
}

.head_logo2 {
	width:277px;
	height:77px;
	margin:0;
	padding:0;
	background: url(../img/common/logo_character2.jpg) top left no-repeat;
}
/*.header #head_bg2 {
	background: url(../img/common/logo_character2.jpg) top left no-repeat;
}*/





/*▼フッター*/
.footer {
   width:907px;
   height:auto;
   margin-left:auto;
   margin-right:auto;
   padding-top:15px;
   padding-bottom:20px;
   margin-top:30px;
   background: url(../img/common/foot_bar1.jpg) top center no-repeat ;
   clear:both;
  text-align:center;
}

.footer p {
	color:#666;
	font-size:0.75em;
}

address {
   width:100%;
   height:auto;
   font-family:helvetica,arial,verdana,sans-serif;
   font-size:0.75em;
   font-weight:bold;
   font-style:normal;
   margin-top:10px;
   padding:0;
}



/*▼コンテンツ領域*/
.contents_box {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	margin-bottom:0;
    background: url(../img/common/content_frame_side2.jpg) top center repeat-y ;
}

/*.content {
   width:800px;
   height:auto;
}*/

.area1 {
	width:760px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#si {
	width:780px;
}
#posi_1 {
	position:relative;
}

.content_end {
   width:800px;
   height:5px;
   margin-left:auto;
   margin-right:auto;
   background: url(../img/common/content_frame_bottom2.jpg) top center no-repeat;
   /*clear:both;*/
}










