@charset "utf-8";
/* 基本スタイル */

#page-all {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	border-left: 3px #ec6089 solid;
	border-right: 3px #ec6089 solid;
}

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address,a,img{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:1.5;
	text-align:center;
}
ul {
	list-style-type: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sub {
	width: 199px;
	float: right;
}
#main {
	width: 600px;
	float: left;
}

/* ～色の変更はここから～ */

/* 背景色と全体のフォントカラー */

body {
	font-size: 80%;
	font-family:'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
	color: #444444;
	background: #ffffff;
}

/* 横の線 */

/* ヘッダー部分 */

h1 {
	width: 165px;
	height: 200px;
	background: #003774;
	border-bottom: 10px solid #ec6089;
	color:#ffffff;
	text-align: left;
	padding: 10px;
	font-size: 150%;
	font-weight: bold;
	margin-left: 5px;
}
/* パンくずの色 */

#asiato {
	width: 580px;
	float: left;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 10px;
	text-align: left;
}
#asiato a {
	color: #333333;
}
#asiato a:hover {
	text-decoration: underline;
	color: #e04040;
}

/* 見出し部分 */
h2 {
	background-color: #003774;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 130%;
	color: #ffffff;
	border-left: 8px solid #ec6089;
	font-weight: bold;
	padding: 10px 10px;
	width:540px;
	line-height: 1.0;
	clear: left;
	text-align :left;
}
h3 {
	border-bottom: 1px solid #7777cb;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 120%;
	color: #000000;
	border-left: 8px solid #7777cb;
	font-weight: bold;
	padding: 10px 10px;
	width:546px;
	line-height: 1.0;
	text-align :left;
}
/* ブロガーが語る */

#blog-text {
	width: 575px;
	text-align: left;
}
#blog-text p {
	text-align: left;
	margin-top: 15px;
	margin-left: 20px;
	padding: 20px 10px;
	border: 5px #dddddd dotted;
}

/* 箱 */

.group {
	width: 575px;
	margin-bottom: 20px;
}
.waku {
	margin-left: 20px;
	margin-bottom: 20px;
	border: 5px #dddddd dotted;
}
.group h4 {
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
}
.group p {
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
	font-size: 90%;
}
.group a {
	font-size: 130%;
}

/* リンクの色 */

a {
	text-decoration: none;
	color: #ec6089;
}
a:hover {
	text-decoration: underline;
	color: #e04040;
}
.site {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 10px;
	padding: 5px 15px;
	border-top: 1px #bbbbbb dotted;
	border-bottom: 1px #bbbbbb dotted;
}

.site a {
	color: #7777cb;
	padding-left: 5px;
	font-size: 130%;
}
.site a:hover {
	color: #003774;
	text-decoration: none;
}
/* メニューの色 */

#sub p {
	font-size: 120%;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 0px;
	background-color: #ec6089;
	color: #ffffff;
	width: 185px;
}
#sub ul {
	margin-left: 5px;
	border: 5px #dddddd dotted;
	width: 175px;
	_zoom: 1;  
    overflow: hidden;
}
#sub li {
	font-size: 120%;
	padding: 2px 0px;
	color: #666666;
	border-top: 1px #cccccc dotted;
	margin-top: -1px;
}
#sub a {
	color: #000000;
}
/* コピーライトの色 */

address {
	background: #ec6089;
	color: #ffffff;
	clear: both;
}


#main-contents {
	width: 580px;
	float: left;
}

.tool {
	margin-top: 5px;
	text-align: right;
	font-size: 80%;
}

/* ～色の変更はここまで、あとは上層ページ～ */


/* TOP Page Style*/

.top-margin {
	margin-top: 24px;
}
.btm-margin {
	margin-bottom: 24px;
}
#mainmenu {
	width: 550px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}
#mainmenu ul {
	text-align: left;
}
#mainmenu li {
	display: inline;
	padding-left:23px;
	font-family:monospace,sans-serif !important;
}
#mainmenu li a {
	font-size: 12px;
}

/* Hub Page Style*/
.words {
	padding-top: 20px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 500px;
}
.words li {
	text-align: left;
	padding-bottom: 20px;
}
.words li a {
	text-align: left;
	font-size: 120%;
	border-left: 3px #e02000 solid;
	padding-left: 10px;
	color: #444444;
}
.words li a:hover {
	border-left: 3px #e02000 solid;
	color: #e04040;
	text-decoration: none;
}
