/* ***************************************
 * Struct
 * *************************************** */
#container {
	width: 900px;
	margin: 0px auto;
}

#global_navi {
	width: 200px;
	float: left;
}

#contents {
	width: 640px;
	float: right;
	background-color: #dddddd;
	padding: 30px;
}

#footer {
	clear: both;
}


/* ***************************************
 * Header
 * *************************************** */
h1 a {
	text-indent: -9999px;
	height: 66px;
	width; 180px;
	display: block;
}

#header {
	width: 900px;
	margin: 0px auto;
	background-image: url( "./../img/title.png" );
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 50px;
}

#header_bar {
	border-top: 6px solid #87CEEB;
	background-color: #e60033;
	height: 1px;
	border-bottom: 18px solid #87CEEB;
}

/* ***************************************
 * Global Navigation
 * *************************************** */
#global_navi {
	list-style-type: none;
}

#global_navi li a {
	width: 200px;
	height: 50px;
	display: block;
}

#global_navi li {
	text-indent: -9999px;
}

#global_navi li#home a:link, #global_navi li#home a:visited {
	background-image: url( "./../img/gnavi_home.jpg" );
	background-position: top left;
	background-repeat: no-repeat;
}

#global_navi li#home a:hover, #global_navi li#home a:active {
	background-image: url( "./../img/gnavi_home.jpg" );
	background-position: top right;
	background-repeat: no-repeat;
}

#global_navi li#imgbbs a:link, #global_navi li#imgbbs a:visited {
	background-image: url( "./../img/gnavi_imgbbs.jpg" );
	background-position: top left;
	background-repeat: no-repeat;
}

#global_navi li#imgbbs a:hover, #global_navi li#imgbbs a:active {
	background-image: url( "./../img/gnavi_imgbbs.jpg" );
	background-position: top right;
	background-repeat: no-repeat;
}

#global_navi li#local a:link, #global_navi li#local a:visited {
	background-image: url( "./../img/gnavi_spot.jpg" );
	background-position: top left;
	background-repeat: no-repeat;
}

#global_navi li#local a:hover, #global_navi li#local a:active {
	background-image: url( "./../img/gnavi_spot.jpg" );
	background-position: top right;
	background-repeat: no-repeat;
}

#global_navi li#interview a:link, #global_navi li#interview a:visited {
	background-image: url( "./../img/gnavi_interview.jpg" );
	background-position: top left;
	background-repeat: no-repeat;
}

#global_navi li#interview a:hover, #global_navi li#interview a:active {
	background-image: url( "./../img/gnavi_interview.jpg" );
	background-position: top right;
	background-repeat: no-repeat;
}

#global_navi li#backnumber a:link, #global_navi li#backnumber a:visited {
	background-image: url( "./../img/gnavi_backnumber.jpg" );
	background-position: top left;
	background-repeat: no-repeat;
}

#global_navi li#backnumber a:hover, #global_navi li#backnumber a:active {
	background-image: url( "./../img/gnavi_backnumber.jpg" );
	background-position: top right;
	background-repeat: no-repeat;
}

#global_navi li#link a:link, #global_navi li#link a:visited {
	background-image: url( "./../img/gnavi_link.jpg" );
	background-position: top left;
	background-repeat: no-repeat;
}

#global_navi li#link a:hover, #global_navi li#link a:active {
	background-image: url( "./../img/gnavi_link.jpg" );
	background-position: top right;
	background-repeat: no-repeat;
}






/* ***************************************
 * Footer
 * *************************************** */
#footer_bar {
	border-bottom: 25px solid #87CEEB;
	clear: both;
	height: 0px;
}

#footer {
	width: 900px;
	margin: 0px auto;
	background-image: url( "./../img/footer_01.png" );
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 50px;
}

/* ***************************************
 * Theme Page Tags
 * *************************************** */
h2 {
	border-bottom: 3px solid #4169e1;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-bottom: 20px;
}

h3 {
	border-left: solid 10px #ff69b4;
	padding: 3px 0px;
	padding-left: 8px;
	margin-bottom: 5px;
	margin-top: 40px;
}

dl dt {
	padding-left: 20px;
	background-image: url( "./../img/list.gif" );
	background-positon: top left;
	background-repeat: no-repeat;
}

dl dd {
	margin-left: 4em;
}

ul#history {
	margin-left: 30px;
	list-style-type: none;
}

#history li.new a {
	padding-right: 40px;
	background-image: url( "./..//img/new.gif" );
	background-position: top right;
	background-repeat: no-repeat;
}