@charset "utf-8";

/*********************************************************************
Copyright (C) 2009 WEB DESIGN LAB (http://www.webdlab.com/)
Licensed under the MIT License:
http://www.opensource.org/licenses/mit-license.php
*********************************************************************/

/*--Base------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	overflow-y: scroll;
}


/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: middle;
}


/*--Text------------------------------------------------------------*/

body {
	font-size: 88%;
	font-weight: normal;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1 {
	font-size: 140%;
	color: #ffffff;
}

h2 {
	font-size: 120%;
	margin:10px 0px;
	padding:15px 0px 5px 0px;
	border-top: 1px dotted #143863;
}

h3,h4,h5,h6 {
	font-size: 100%;
}

ul {
	list-style: square outside;
	margin:0px;
	padding:10px 30px;
}

#small {
	font-size: 70%;
	line-height: 1.2;
	margin:0px 20px;
}

#middle {
	font-size: 90%;
	margin:0px;
	padding:10px 20px;
}


/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #338DF4;
}

a#h1:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #BB86F4;
}

a#h1:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover,
a:active {
	color: #777777;
}

a:focus {
	outline: none;
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*--sample----------------------------------------------------------*/

/*--layout----------------------------------------------------------*/

#wrapper {
	width: 100%;
}

#header {
	background: #143863;
	border-bottom: 4px solid #F9E636;
}

#header header {
	margin: 0 auto;
}

#contents {
	margin: 0 auto;
	min-height: 300px;
}

#main {
	margin: 20px;
	min-width: 600px;
	max-width: 2000px;
}

#footer {
	border-top: 2px solid #143863;
}

#footer footer {
	margin: 0 auto;
	height: 60px;
}

#header header,
#contents,
#footer footer {
	width: 100%;/*センター固定 or リキッドレイアウトの変更(リキッドレイアウトにする場合はwidthを100%に変更)*/
}

/*--common----------------------------------------------------------*/

#header h1,
#header h2,
#contents h3,
#header p,
#contents p,
#footer p {
	padding: 10px;
}

/*--top----------------------------------------------------------*/

p#about {
	margin:0px 20px;
	padding:4px;
}

#profile {
	width: 100%;
}

#profile_text {
	margin:5px;
	overflow: auto;
}

#profile_img {
	margin:5px;
}
