@charset "utf-8";

/*----------------------
	Universal selector
---------------------- */
*{
	margin:0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}


body {
	font: 12px/16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFF;
	background-image: url(../img/bg-04.jpg);
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #24678A;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

h1 {
	font-weight: bold;
	font-size: 14px;
}

a img {
	border: none;
}


a:link {
	color: #25A67C;
	text-decoration: underline; 
}
a:visited {
	color: #25A67C;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #24678A;
	text-decoration: none;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}


li{
	list-style-type: none;
}



/*----------------------
	Wrapper
---------------------- */

#wrapper{
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}



/*----------------------
	Header
---------------------- */

#header {
	height: 350px;
	background-color: #389DCB;
}


/*----------------------
	Navigation
---------------------- */
#gnav{
	height: 54px;
	width: 900px;
	background-color: #389DCB;
	float: left;
}


#nav {
	clear: both;
	width: 900px;
	height: auto;
	position: absolute;
	top: 965px;
	z-index: 3;
}

#nav ul li{
	float: left;
}


#nav a{
	color: #25A67C;
}

/*----------------------
	Contents
---------------------- */

#primary-contents{
	width: 730px;
	height: auto;
	margin-top: 20px;
	float: left;
}

#secondary-contents{
	width: 170px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}


/*----------------------
 primary-contents/profile
---------------------- */

#profile{
	width: 250px;
	height: 365px;
	float: left;
	background:url(../img/prof-base.jpg);
	background-repeat: no-repeat;
}


#profile h1{
	padding: 15px 3px 0px 170px;
}

.profbtn{
	width: 86px;
	height: auto;
	margin: 12px 3px auto 160px;
	padding: 0;
}


#profile p{
	margin: 10px 5px auto 5px;
}


/*----------------------
 primary-contents/main menu
---------------------- */

#mainmenu{
	width: 480px;
	height: 380px;
	float: left;
}

.menuleft{
	padding: 0 25px 0 85px;
}

.menuright{
	padding: 0 20px 0 25px;
}


/*----------------------
	primary-contents/information
---------------------- */

#information{
	clear: both;
	width: 700px;
	height: 180px;
}

.infoall{
	margin: 0 auto 8px 10px;
}



/*----------------------
	secondary-contents/flicker
---------------------- */
/*----------------------
	secondary-contents/facebook
---------------------- */

#flicker,#facebook{
	float: right;
}

#flicker img{
	margin: 2px 0 25px auto;
}


/*----------------------
	Footer
---------------------- */

#footer{
	clear: both;
	position: relative;
	width: 900px;
	height: 54px;
	background-color: #389DCB;
	z-index: 2;
}

#footer address{
	text-align: right;
	margin-top: 25px;
}


