@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}


#main{
	background-color:#FFF;
	border-radius:10px;        /* CSS3草案 */
	-webkit-border-radius:10px;    /* Safari,Google Chrome用 */
	-moz-border-radius:10px;   /* Firefox用 */
	width:1080px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#header{
	width:980px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


img{
	border:none;
}

#header2{
	width:980px;
	height:6px;
	background-color:#F00;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}

#TOP1{
	width:980px;
	height:459px;
	margin-right: auto;
	margin-left: auto;
}


#header3{
	width:980px;
	height:6px;
	background-color:#F00;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}



#navi{
	height:40px;
	margin-left:10px;
	margin-top: 10px;
}



#navi ul li{
	float:left;
}

#navi ul{
	margin-top:-15px;
	list-style-type:none;
}


#main #introduction #profile {
	margin-top: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}


#main #introduction #myself {
	float: left;
	margin-left:-8px;
}


#main #introduction {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


#main #introduction #about_me {
	width: 775px;
	float: right;
	margin-bottom: 200px;
	list-style-position: outside;
}


#introduction #about_me ul li {
	font-size: 18px;
	line-height: 28px;
	list-style-position: outside;
	list-style-type: square;
	color:#000;
}

#main #introduction #about_me p {
	font-size: 18px;
	line-height: 25px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	color:#009;
}


#main #footer ul li:first-child{
	border-left:none;
}

#main #footer ul{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#main #footer ul li {
	float: left;
	list-style-type: none;
	border-left-style: solid;
	border-left-color: #CCC;
	border-left-width: 1px;
	margin-bottom:8px;
	margin-left: 20px;
	padding-left: 20px;
}

#main #footer ul li a {
	color:#FFF;
}

#main #footer ul li a:hover {
	color:#FFF902;
}


hr{
	color:#FFFFFF;
	clear:both;
	width: 940px;
}


#footer {
	height: 70px;
	width: 1080px;
	font-size: 12px;
	text-align: center;
	margin-top: 150px;
	background-color: #666;
	color: #FFF;
	padding-top: 5px;
	clear:both;
	border-radius:0px 0px 10px 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
