@charset "Shift_JIS";

/* =================  MENU  ===================

	 1 - tag style
	 2 - common style
	
============================================ */



/* ============================================
	1 - tag style
============================================ */

* {
		margin: 0;
		padding: 0;
}

body {
		background-color: #CCF;
		color: #333;
		font-size: 80%;
		font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
		text-align: center;
		line-height: 150%;
}

h1, h2, h3, h4 {
		font-size: 100%;
		font-weight: normal;
}

a:active {
		outline:none;
		border: none;
}

a img {
		border: 0px;
}

img {
		vertical-align: top;
}



/* ============================================
	2 - common style
============================================ */

#container {
		width: 740px;
		margin: 0 auto 20px auto;
		text-align: left;
}

.clear {
		clear: both;
}


/* ---------------------------------------
	#header
--------------------------------------- */


#header {
		height: 156px;
		padding: 15px 0 0 0;
		background-image: url(st02_l1.gif);
		background-position: 0 86px;
		background-repeat: repeat-x;
}


#header h1 {
		text-align: center;
}





#content {
		background-image: url(bg_main_mid.gif);
		background-position: top right;
		background-repeat: repeat-y;
}


#content #main {
		width: 510px;
		padding: 0 0 6px 0;
		background-image: url(bg_main_btm.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		float: right;
}


#content #main .wrap {
		padding: 16px 15px;
		background-image: url(bg_main_top.gif);
		background-position: top;
		background-repeat: no-repeat;
}


#content #main h2 {
		margin: 5px 0 0 0;
}


#content #main h3 {
		margin: 25px 0 0 0;
		padding: 0 0 0 8px;
		border-left: solid 3px #FFF;
		color: #FFF;
		font-size: 120%;
		font-weight: bold;
}


#content #main .box .left {
		width: 320px;
		float: left;		
}


#content #main .box .right {
		width: 150px;
		text-align: center;
		float: right;		
}


#content #main .box .right p {
		margin: 5px;
		font-size: 80%;
		line-height: 100%;
}


#content #main p {
		margin: 20px 0 0 10px;
}


#content #main dl {
		margin: 0 10px;
}


#content #main dt {
		margin: 20px 0 0 0;
		color: #039;
		font-weight: bold;
}


#content #main dd {
		margin: 15px 0 0 10px;
}


#content #main span {
		color: #C00;
}

#content #main ol {
		margin: 10px 0 0 10px;
		list-style: inside;
}

#content #main ul {
		margin: 10px 0 0 10px;
		list-style: inside;
}















#content #sub {
		width: 210px;
		float: left;
}


#content #sub ul {
		margin: 0 0 0 10px;
		list-style-type: none;
}


#content #sub ul li {
		margin: 10px 0;
		padding: 0 0 0 25px;
		background-image: url(mark.gif);
		background-position: left;
		background-repeat: no-repeat;
}





