@charset "Shift_JIS";

/*
	style.css

	Stylesheet for TOKI
	Copyright(C)2007 TOKI
*/

/*-------------------
	Common
-------------------*/
body{
	color:#fefefe;
	text-align:center;
	background:#373969 url(img/back01.gif) repeat-x left top;
}

/* Link */
a:link,a:visited{
	color:#88a6fc;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/*-------------------
	Layout
-------------------*/
#paraBody{
	width:100%;
	background:url(img/back02.gif) repeat-x bottom;
	margin:0;
	padding:0;
}
/*--- Base ---*/
#container{
	width:800px;
	text-align:center;
	background-color:#424468;
	margin:0 auto;
	padding:0;
}

/*--- ヘッダ ---*/
#header{
	width:100%;
	text-align:left;
	background-color:#5b5c80;
	margin:0;
	padding:0;
}
/* 表題 */
#header h1{
	width:172px;
	height:74px;
	text-indent:-9999px;
	background:url(img/header_01.gif) no-repeat;
	margin:0;
	padding:0;
}
#header h1 a{
	display:block;
	width:172px;
	height:74px;
}

/*--- メインメニュー */
#menu_01{
	width:690px;
	margin-bottom:5px;
}

/*--- ページの概要 ---*/
#pageSummary{
	width:690px;
	text-align:center;
	margin:0 auto;
	padding:16px 0;
}

/*--- フッタ ---*/
#footer{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:8px 0;
}

/* コピーライト */
#copy{
	color:#88a6fc;
	padding:8px 0;
}
.text2 {

	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: auto;
	color: #FFFFFF;
	line-height: 140%;
}