@CHARSET "UTF-8";
/** degault tag **/
body {
    margin: 15px 3px 5px;
    padding: 10px 20px;
    font-size: 12px;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img {
    border: 0px;
    margin: 0;
}
a {
    text-decoration: none;
    outline: 0px;
}

/** layout style **/
#_main {
    width:750px;
    margin: auto;
    padding: 0;
    background-color: #FFFFFF;
    text-align: left;
	border-style:solid;
	border-width: 0 1px 1px 1px;

}

#_head {
    background-image: url(../img/header_title.gif);
    height: 90px;
    width: 750px;
    margin: 0;
    padding: 0;
}

#_head .comment {
    margin: 2px 5px 2px 5px;
	font-weight:bold;
	letter-spacing:2px;
	color:#333333;
}


#_head  .caution {
/*	background:#FFFFFF none repeat scroll 0 0; */
	border:2px solid #11FFFF;
	color:#11FFFF;
	font-size:12px;
	font-weight:bold;
	left:445px;
	padding:10px;
	position:relative;
	top:-10px;
	width:280px;
}

#_menu {
    height: 45px;
    width: 750px;
    margin: 0;
    padding: 0;
}


#_contents {
	text-align: left;
    width:750px;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

#_contents .title {
    text-align: center;
    margin: 0;
    padding: 0;
	letter-spacing: 2px;
	font-size:18px;
	text-decoration:underline;
	margin-top: 5px;
}

#_contents .item_box {
	margin: 20px 0 20px 75px; 
	width:600px;
	height:300px;
	border:1px solid #cccccc;
	text-align: left;
	display:block;
}


#_contents  .left_box {
	float:left;
	padding:10px;
	margin: 20px;
	width:137px;
	height:137px;
	border:1px solid #cccccc;
	display:block;
}

#_contents .right_box {
	float:left;
	text-align:left;
	padding:30px;
	padding-left:40px;
	display:inline;
	width: 331px;
}

#_contents  h1 {
	border-bottom:1px solid #3F87BF;
	border-left:4px solid #3F87BF;
	padding-left:10px;
	font-size:18px;

}

#_contents  h3 {
	margin-top:10px;
	font-size:12px;
}


#_foot {
    clear:both;
    height: 50px;
    text-align: center;
    padding-top: 5px;
    margin: 0;
}
#_foot .menu {
	font-size: 12px;
	color:#000000;
}

#_foot .menu a {
	text-decoration:underline;
	color:#666666;
	padding: 0 2px 0 2px;
	
}

#_foot .menu a:hover {
	text-decoration:underline;
	color:#CCCCCC;
	background-color:#666666;
}


#_foot .copyright{
	font-style:italic;
	font-size:10px;
	margin-top: 5px;
}


.clear {
    clear:both;
    width:0;
    height:0;
    padding:0;
    margin:0;
}

/** base menu **/
#menu_upper {
	margin:0;
	padding:0;
	text-align:center;
}

#menu_upper ul {
    list-style:none;
    font-size:14px;
    border-top:double 4px #666666;
    border-bottom:double 4px #666666;
    text-align:left;
    margin:0;
    padding:0;
}
#menu_upper li {
	list-style:none;
    display:inline;
}

#menu_upper li a{
    margin: 0 0px;
    padding:0px 10px;
    text-decoration:none;
    font-weight: bold;
    color:#000000;
    background-color:#ffffff;
}

#menu_upper li a:hover {
	text-decoration:underline;
    color:#000000;
	background-color:#cccccc;
}

#menu_upper .current{
    color:#ffffff;
    background-color:#666666;
}
