@charset "UTF-8";
/* CSS Document */

/* 英語ページのスタイル指定 */

/* デフォルトのリセット */
*{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

h1,h2,h3,p,input,textarea,select{
	font-size:100%;
	font-weight:normal;
}

img{
	border:0;
	vertical-align:bottom;
}

/* 全体のレイアウトのスタイル指定 */
#wrapper{
	width:800px;
	margin:0 auto;
	background-image:url(../images/mist.jpg);
	background-repeat: repeat-y;
}

/* header部分のスタイル設定 */
#header{
	width:780px;
	padding:20px 10px;
}

#header h2{
	margin-top:80px;
	text-align:center;
}
#header ul#helpNav{
	font-size:small;
	float:right;
	margin-right:20px;
	display:inline;
}

#header ul li{
	float:left;
}

#mainVisual{
	width:780px;
	height:150px;
	margin:0 10px;
	background-color:#999999;
}

#contents{
	width:780px;
	margin:20px 10px;
	overflow:auto;
	background-color:#006699;
}

#contents #left{
	width:350px;
	float:left;
	padding:20px;
	display:inline;
	background-color:#00FF66;
}
#contents #left #leftTop{
	background-color:#663399;
	margin-bottom:20px;
}
#contents #left #leftBottom{
	background-color:#CCCC00;
}

#contents #right{
	width:350px;
	padding:20px;
	float:right;
	background-color:00FF66;
	display:inlune;
}

#contents #right #rightTop{
	background-color:#996633;
	margin-bottom:20px;
}

#contents #right #rightTop p#textLink{
float:right;
display:inlune;
margin-right:5px;
}

#contents #right #rightBottom{
	background-color:#9966FF;
}

#footer{
	width:800px;
	clear:both;
	font-style:italic;
	font-size:x-small;
	background-color:#66FF00;
	padding:20px 0;
	text-align:center;
}

/* 共通部分のスタイル指定 */
body{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

sup{
	color:ffffff;
	background-color:#FF0000;
	font-size:x-small;
}

/* リンク部分のスタイル指定 */
a{
	color:#0000CC;
	text-decoration:none;
}

a:hover{
	color:#0099FF;
	text-decoration:underline;
}

a:active{
	color:#FFFFFF;
	background-color:#FF33CC;
	text-decoration:none;
}

/* トップページ専用のスタイル指定 */


