/* ページ内テキスト装飾 */

body{ 
	font-size : 13px; 
	font-family: 'Lucida Grande', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.1;
	color: #333333;
	margin: 0 auto;
	background:  #036 url('/img/back.jpg') repeat-x top;
	background:  none;
	}

h1	{  
	font-size : 16px; 
	color: #ffffff;
	padding: 11px 0 9px 50px;
	margin: 0 0 20px 0;
	background:  url('/img/h1.gif') no-repeat center left;
	}

h2	{  
	font-size : 14px; 
	color:#3366FF;
	border-left: 15px solid #3366ff;
	padding-left: 10px;
	margin: 0 0 10px 10px;
	}

p	{
	font-size : 13px; 
	line-height: 1.1;
	color: #333333;
	margin: 0 5px 10px 20px;
	}

.bred	{
	font-weight:	bold;
	color	:		#eb0046;
	}
	
.blank	{
	margin: 0 5px 40px 20px;
	}

/* ページ内リンク装飾 */
a:link { 
	text-decoration:none; 
	color:#0099cc;
	}
	
a:visited { 
	color:#0099cc;
	}
	
a:hover { 
	text-decoration:underline; 
	color:#ff0033;
	}
	
a:active {
	color:#FFCCCC;
	}
	
a 	{
	text-decoration:none;
	}

/* ページ内リスト装飾 */

ol {
margin-bottom: 30px;
}

ul {
list-style-image: url('/img/pt1.png');
margin-bottom: 30px;
}

li {
margin-left: 10px;
}

ul.red {
list-style-image: url('/img/pt2.png');
margin-bottom: 30px;
}

li.red {
margin-left: 10px;
}

/* ページ内テーブル装飾 */

table {
	width            	: 95%;                     /* 横幅 */
	margin-bottom		: 20px;
	margin-left			: 10px;
	border				: 1px #333 solid;
	border-collapse		: collapse;
}

th {
	border				: 1px #666 solid;
	text-align   		: center;                      /* 文字の水平位置 */
	vertical-align   	: top;                      /* 文字の垂直位置 */
	background-color: #000066;
	color: #ffffff;
}

td {
	border				: 1px #666 solid;
	text-align   		: left;                      /* 文字の水平位置 */
	vertical-align   	: top;                      /* 文字の垂直位置 */
}



/* ヘッダ部分装飾 */

#header_wrap {
	color: #ffffff;
	background: url('/img/header_back.jpg') repeat-x bottom;
	margin: 0 0 30px 0;
}

#header {
	height: 190px;
	width: 860px;
	margin: 0 auto;
	color: #ffffff;
	position: relative;
}

#header h1 {
	color: #ffffff;
	background:none;
	border: none;
	font-size: 13px;
	padding-top: 15px;
	margin: 0;
	text-align: right;
}

#logo {
	position: absolute;
	top: 40px;
	left: 0;
}

#letter {
	position: absolute;
	text-align: right;
	top: 40px;
	right: 5px;
	width: 500px;
	}

#omake {
	position: absolute;
	top: 110px;
	right: 10px;
}


/* タイル部分 */
.block {
	width: 860px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.tile1 {
	float: left;
    position: relative;
    } 

.tile2 {
	float: left;
    position: relative;
    margin-left: 10px;
    } 

.tile3 {
    position: relative;
    margin-bottom: 10px;
    } 

.tile_contents {
	position: absolute;
    top: 130px;
    left: 30px;
    width: 220px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
	}

.tile_contents2 {
	position: absolute;
    top: 60px;
    left: 30px;
    width: 170px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
	}

.tile_contents2 h2 {
	font-size : 14px; 
	color:#ffffff;
	border-left: 0;
	border-bottom: 3px solid #FFCC00;
    font-weight: bold;
	padding: 0px;
	margin: 0 0 5px 0;
	}

.tile_contents3 {
	position: absolute;
    top: 30px;
    left: 260px;
    width: 560px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
	}

.tile_contents3 h2 {
	font-size : 15px; 
	color:#ffffff;
	border-left: 0;
	border-bottom: 3px solid #FFCC00;
    font-weight: bold;
	padding: 0px;
	margin: 0 0 5px 0;
	}

.tile_contents3 a:link { 
	text-decoration:none; 
	color:#99FFFF;
	}
	
.tile_contents3 a:visited { 
	color:#99FFFF;
	}
	
.tile_contents3 a:hover { 
	text-decoration:underline; 
	color:#FFCCCC;
	}
	
.tile_contents3 a:active {
	color:#FFCCCC;
	}
	
.tile_contents3 a 	{
	text-decoration:none;
	}

.tile_button {
	position: absolute;
    bottom: 30px;
    left: 30px;
	}
	
/* トップページコンテンツ部分 */
.main-t {
	margin: 0 auto;
	height: 10px;
}
/* 中央ラッピング部分 */
.wrap {
	width: 860px;
	margin: 0 auto;
}


.main {
	margin: 0 20px;
}


.main-b {
	background: url('/img/main_frame_b.gif') no-repeat top;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 20px;
}

/* フッタ部分装飾 */
#footer_wrap {
	height: 150px;
	position: relative;
	background: url('/img/footer_back.jpg') repeat-x top center;
	clear:both;
}

#footer {
	margin: 0 auto;
	width: 860px;
	padding-top: 60px;
	text-align: center;
}

#footer p {
	font-size: 12px;
	color: #cccccc;
}

#footer a:link { 
	text-decoration:none; 
	color:#99FFFF;
	}
	
#footer a:visited { 
	color:#99FFFF;
	}
	
#footer a:hover { 
	text-decoration:underline; 
	color:#FFCCCC;
	}
	
#footer a:active {
	color:#FFCCCC;
	}
	
#footer a 	{
	text-decoration:none;
	}
