@charset "UTF-8";

/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}

/* 共通設定 */
body{
	background: #f0f8ff;
	font: 16px/22px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
    color: #000000;
}

a{
	color: #4169e1;
}

a:hover{
	color: #191970;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
}

/* ヘッダー */
.logo{
	margin-top: 20px;
	float: left;
}

header{
	margin: 0 10px;
	overflow: hidden;
}

header p{
	font-size: 115%;
	font-weight: bold;
	color:#696969;
	text-align:left;
	margin-bottom: 10px;
}


/* ホームの設定 */
#global_home{
	width: 670px;
	float: left;
	margin-top: 30px;
	margin-right: 30px;
}

#global_home h1{
	width: 180px;
	font-size: 125%;
	border: 5px #191970 double;
	padding: 15px;
	margin-bottom: 15px;
}

#global_home ul{
	list-style-type: disc;
	float: left;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 15px;
}

#global_home ul li{
	margin-bottom: 10px;
}

#global_home p{
	clear: both;
	margin-bottom: 5px;
}

#global_home q{
	clear: both;
	margin-left: 30px;
	margin-bottom: 5px;
}

.headline{
	width: 670px;
	float: left;
	margin-bottom: 30px;
}

.information{
	width: 670px;
	float: left;
	margin-bottom: 30px;
}

.item{
	width: 670px;
	float: left;
	margin-bottom: 15px;
}

/* フッターの設定 */
footer:before{
	content:"";
	display: table;
	clear:both;
}

footer p{
	background: #4169e1;
	width: 960px;
	margin: 50px auto 20px;
	padding: 5px;
	text-align: center;
	font-size: 80%;
}

footer p small{
	color: #ffffff;
	border: 1px #ffffff solid;
	padding: 20px;
	display: block;
}

footer a{
	color: #ffffff;
}

footer a:hover{
	color: #b7b7b6;
}