@charset "utf-8";

/*
exclude from common.css
-----------------
Win Netscape 4.7
Win IE 3.0
Mac IE 4.5
もしMac IE 5.0も除外なら('〜')と記述
*/

/*---------------------------------------
Uniersal Selector
----------------------------------------*/
* {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}

/*---------------------------------------
Common
----------------------------------------*/
body {
	font-family:Hiragino Kaku Gothic Pro, Osaka, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size:12px;
	*font-size:small;
	*font:x-small;
}

img {
	border:0;
}

select,input,option,textarea,text,checkbox,radio {
	margin-right:5px;
	font-size:12px;
}

input.pass {
	font-family:Arial, Helvetica, sans-serif;
}

input.checkBox {
	margin:1px 5px 0 1px; 
	height:13px;
	width:13px;
}

ul { 
	list-style-position:outside;
}

ol { 
	padding-left:33px;
	list-style-position:outside;
}

li{ 
	line-height:1.5;
	list-style:none;
}

h1,
h2 { 
	margin-bottom:15px;
}

p { 
	margin-bottom:1em;
	line-height:1.3; 
}

hr { 
	margin-bottom:8px;
	border-width:2px 0 0 0;
	border-color:#002599;
	border-style:solid;
	height:2px;
}

strong { 
	font-weight:bold;
}

table {
	border-collapse:collapse;
}

th,
td {
	vertical-align:top;
}

.linkHome,
.linkTop {
	margin:25px 0;
	text-align:right;
}


.clear { 
	width:0; 
	height:0; 
	clear:both;
}

.center { 
	text-align:center; 
}

.right { 
	text-align:right;
}

.left { 
	text-align:left;
}

.notes {
	font-size:90%;
}

/*--------------------------------------------------------
#wrapper　ページ要素全体のコンテナ
--------------------------------------------------------*/
#wrapper { 
	margin:0 auto;
	width:620px;
}

/*-------------------------------------------------
  header
-------------------------------------------------*/
#header {
	margin-bottom:15px;
	width:620px;
	float:left;
}

#header .logoArea {
	width:175px;
	height:79px;
	float:left;
}

#header .logoArea a {
	margin:10px 0 5px 0;
	display:block;
	width:128px;
	height:64px;
	overflow:hidden;
	background:url(/images/logo.gif) no-repeat left center;
	text-indent:-1000em;
}

#header .headerNavi {
	padding:55px 5px 0 0;
	width:400px;
	height:1%;
	float:right;
	text-align:right;
}

#header .headerNavi a {
	margin-left:10px;
	padding:2px 0 2px 17px;
	white-space:nowrap;
	line-height:1.5;
	text-align:left;
	background:url(/images/marker01.gif) no-repeat left center;
	zoom:1;
}

/*--------------------------------------------------------
#contents　コンテンツ系格納コンテナ（回り込み中央）
--------------------------------------------------------*/
#contents { 
	padding-bottom:20px;
	width:620px;
	clear:both;
}

#contents h1 { 
	margin-bottom:1em;
	padding:4px 15px 4px;
	border-bottom:1px solid #CCC;
	background:url(/images/marker.gif) no-repeat 5px 5px;
	font-weight:bold;
	font-size:120%;
}

#contents h2 {
	margin:10px 0 5px;
	font-weight:bold;
}

/* .howtoTop */
#contents .howtoTop {
	margin:15px 0;
}

#contents .howtoTop div {
	margin-bottom:10px;
	min-height:160px;
	zoom:1;
}

#contents .howtoTop p {
	margin-top:-125px;
	padding-left:200px;
}

#contents .howtoTop div p.center {
	margin:15px 0;
}

#contents .howtoTop div p.center a {
	padding-left:15px;
	background:url(/images/marker_arrow.gif) no-repeat 0 0.2em;
	font-weight:bold;
}

/* .elucidation */
#contents .elucidation {
	margin:20px 0;
}

#contents .elucidation p.right a {
	padding-left:15px;
	background:url(/images/marker_arrow.gif) no-repeat 0 0.2em;
	font-weight:bold;
}

#contents .scheduleRegistration {
	margin:-590px 0 25px 0;
	padding-left:200px;
	min-height:600px;
	*height:600px;
	zoom:1;
}

#contents .step1 {
	margin:-105px 0 15px 0;
	padding-left:320px;
	min-height:138px;
	*height:138px;
}

#contents .step2 {
	margin:-182px 0 15px 0;
	padding-left:320px;
	min-height:215px;
	*height:215px;
}

#contents .step3 {
	margin:-60px 0 15px 0;
	padding-left:320px;
	min-height:93px;
	*height:93px;
}

#contents .step4 {
	margin:-152px 0 15px 0;
	padding-left:320px;
	min-height:185px;
	*height:185px;
}

#contents .howtoExample {
	margin-bottom:30px;
	padding:5px 15px 15px;
	border:2px solid #F60;
}


/*--------------------------------------------------------
.scheduleSample 　スケジュールサンプルを見る
--------------------------------------------------------*/
#contents .scheduleSample h2 {
	font-size:120%;
}

#contents .scheduleSample img {
	margin-bottom:15px;
}

/*--------------------------------------------------------
#footer　フッタコンテナ
--------------------------------------------------------*/
#footer { 
	padding-top:3px;
	border-top:1px solid #002599;
	clear:both;
	width:100%; 
	font-size:85%;
	text-align:center; 
}

