@charset "UTF-8";


* {
 padding: 0;
 margin: 0;
}

body {
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* for IE6 */
* html body {
 font-family: "ＭＳ ゴシック";
}

img {
 border: none;
 vertical-align: text-bottom;
}

ul {
 list-style: none;
}

a {
 color: #040824;
 outline: none;
 text-decoration: none;
}

hr {
 color: #fff;
 background-color: #fff;
 height: 1px;
 padding: 0;
 border: 0;
}

p {
 font-size: 12px;
 line-height: 0.5em;
}

em {
 color: #2c90ca;
 font-style: normal;
}

strong {
 color: #123c88;
 font-weight: normal;
}

#container {
 width: 960px;
 padding-top: 40px;
 margin: 0 auto;
}


/* header */

#header {
 position: relative;
}

h1 {
 position: relative;
 top: 0;
 left: 0;
 font-size: 9px;
 line-height: 1em;
 text-align: right;
 padding-top: 5px;
 color: #028dcf;
}

#header ul {
 text-align: right;
 padding-top: 35px;
}

#header ul li {
 display: inline;
 margin-right: 15px;
}

#header ul li.last {
 margin-right: 0;
}

#header p {
		text-align: right;
		 margin-right: 15px;
}

#logo {
 position: absolute;
 top: 0;
 left: 5px;
}

#main {
	width:960px;
	height:auto;
	padding: 45px 0;
}


/*サイドバー*/

#main_side {
		 width:230px;
		 height:auto;
		 float:left;
}

#main_side ul li{
 font-size: 0;
 line-height: 0;
 height: 70px; /* for IE6 */
 overflow: hidden; /* for IE6 */
 margin-top: 4px;
 margin-bottom: 2px;
}

#main_side ul li.nabe{
 font-size: 0;
 line-height: 0;
 height: 160px; /* for IE6 */
 overflow: hidden; /* for IE6 */
 margin-top: 30px;
 margin-bottom: 2px;
}



#main_right {
	width: 725px;
	height:auto;
	float: right;
}
		
#main_rignt h2{
	text-align: right;
}



#copy {
 font-size: 11px;
 text-align: right;
 padding-top: 20px;
}


/* float */

.fl {
 float: left;
}

.fr {
 float: right;
}

.cl {
 clear: both;
}


/* margin-bottom */

.mb5 {
 margin-bottom: 5px;
}

.mb10 {
 margin-bottom: 10px;
}

.mb20 {
 margin-bottom: 20px;
}

.mb30 {
 margin-bottom: 30px;
}


/* link hover */

a:link {
  color: #57a5fd;
}

a:visited {
  color: #57a5fd;
}

a:hover {
 color: #1768c3;
}

a:active
{
 color: #1768c3;
}


a:hover img.op {
 opacity: 0.70;
 filter: alpha(opacity=70);
}


/* common */

.center {
 text-align: center;
}

.right {
 text-align: right;
}

.hidden {
 display: none;
}
