/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	font-size: 13px;
	line-height:150%;
	color: #333;
	list-style: none;
	text-align: center;
	background: #FFF url("./img/back.gif") repeat-x;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
	
/* 画像の属性等 */
img {border: 0;}
.img-left {	float: left;margin: 0 10px 0 0;}
.img-right {float: right;margin: 0 0 0 10px;}

/* リンクの属性 */
a:link, a:visited, a:active {color: #CC0066;text-decoration: underline;}
a:hover{color : #FF0000;text-decoration: none;}

/* 強調表示 */
strong{background: #FF0;}

/* 改行 */
br.all {clear: both;}

/* テーブル設定 */
table.com {
	margin: 15px 10px; 
	border-collapse: collapse;
}

.com td {
	padding: 5px;
	border: 1px solid #7F7F7F;
}

/* 基本設定 ----------------------------- */
#base{
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

/*サイト幅指定*/
#wrapper{
	margin: 0 auto;
	width: 880px;
	text-align: center;
 	background: url("./img/header.jpg") no-repeat top left;
 	position: relative;
}

/*ヘッダー*/
#header	{
	margin: 0;
	padding: 0;
	height : 160px;
	text-align: left;
}

#header h1{
 	position: absolute;
	top: 10px;
	right: 10px;
    color: #EE0C6E;
 	font-size: 18px;
	text-align: right;
}


#header h2{
 	position: absolute;
 	top: 60px;
 	left: 0px;
 	margin: 0;
 	width: 396px;
 	font-size: 12px;
 	font-weight: normal;
 	color: #FF66CC;
 	text-align: left;
}

#header .banner{
 	position: absolute;
 	top: 50px;
 	right: 10px;
	text-align: right;
}

/*ヘッダーメニュー*/
ul#topmenu {
 	position: absolute;
 	top: 125px;
 	left: 40px;
 	height: 25px;
	list-style: none;
}

#topmenu li{
    height: 25px;
    margin-right:8px;
    display: block;
    float: left;
}

#topmenu li a:link, #topmenu li a:visited, #topmenu li a:active {
    height: 25px;
    padding: 0 10px;;
    display: block;
    color: #FF66CC;
    text-decoration: none;
    font-size: 12px;
    line-height: 25px;
    border:1px solid #FF66CC;
    float: left;
}

#topmenu li a:hover{
    color: #FFF;
    background: #FF66CC;
}


/*フッターメニュー*/
ul#fmenu{
    padding: 10px 60px;
    list-style: none;
    text-align: center;
}

#fmenu li{
    margin: 0;
    line-height: 150%;
    display: inline;
}

/*-----パンくずリスト-----*/
p#navi{
	margin: 5px;
 	font-size: 85%;
 	color: #666;
 	line-height: 130%;
 	text-align: left;
}

/*コンテンツ属性*/
#content{
	margin: 0 auto;
	width: 800px;
	padding: 0;
 	overflow: hidden;
 	text-align: left;
}
						
#content h2{
 	margin: 10px 0 0 0;
 	font-size: 123%;
 	color: #333;
 	font-weight: bold;
 	text-align: left;
 	padding-left: 5px;
 	line-height: 150%;
 	border-left: 8px solid #FF66CC;
 	background: #FFDDFF;
}

#content h3 {
 	margin: 10px 0 15px 0;
 	font-size: 108%;
 	font-weight: bold;
 	color: #CC0066;
 	padding-left: 10px;
 	line-height: 150%;
 	border-left: 8px solid #CC0066;
}

#content h4 {
 	margin: 10px 0 5px 0;
 	font-size: 100%;
 	font-weight: bold;
 	text-indent: 5px;
 	line-height: 150%;
	border-left: 5px solid #3C2492;
}

/*記事枠*/
#content p{
 	margin: 10px 0;
}

/*文字の大きさ*/
#content p.ft10, #sidebar p.ft10{font-size: 10px;}
#content p.ft12, #sidebar p.ft12{font-size: 12px;}
#content p.ft13, #sidebar p.ft13{font-size: 13px;}
#content p.ft14, #sidebar p.ft14{font-size: 14px; font-weight: bold;}
#content p.ft16, #sidebar p.ft16{font-size: 16px; font-weight: bold;}
#content p.ft18{font-size: 18px;}
#content p.ft24{font-size: 24px;}
#content p.bld{font-weight: bold;margin:5px 0;}
#content p.rbld{font-size: 16px;font-weight: bold;color: red;margin:5px 0;}


#content .posted {
 	margin: 5px 0;
 	text-align: right;
 	font-size: 84%; 
 	border-top: 1px dotted #CCC;
}

#content .doc{
	margin: 0 0 10px 0;
 	padding: 10px;
 	text-align: left;
 	font-size: 100%;
 	line-height: 170%;
}

#content .doc1{
	margin: 10px auto;
	width: 700px;
	height: 746px;
 	text-align: left;
 	background: url("./img/smoosia001.jpg") no-repeat top left;
}

#content .doc1 .inner{
    padding: 400px 15px 0 410px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}



#content .box{
	margin : 10px 0;
	width: 500px;
	background: #FCD3C1;
	border: 1px solid #993333;
}

#content .box .inner{
	padding: 10px;
}

#content ul{
	margin: 5px 0 10px 10px;
 	list-style-type: square;
 	font-size: 12px;
 	line-height: 150%;
 	text-align: left;
}
#content li{
 	margin-left: 10px;
}

/*中尾さん属性設定*/

#new {
    margin: 0 0 10px 0;
    text-align: left;
}

#new dl{
	margin: 5px 0 10px 10px;
}

#new dt{
	font-size: 12px;
}

#new dd{
	font-size: 10px;
	padding-left: 10px;
}

	
/*フッター*/
#footer {
 	clear: both;
 	margin: 0;
 	height: 60px;
 	color: #555;
 	padding: 0;
 	border-top: 2px solid #FF99CC;
}

#footer .copyright {
 	padding: 10px;
 	text-align: center;
 	line-height: 120%;
 	font-size: 100%;
 	font-weight: normal;
 	color: #555;
}

#footer img{border-style: none;	vertical-align: middle;	}

/* フッターリンクの属性 */
#footer a:link, #footer a:visited, #footer a:active {color: #CC0066;text-decoration: none;}
#footer a:hover {color: #F30;text-decoration: underline;}


