/*
	ファイル名：style.css
	説　　　明：前ページ対象初期化設定・分割CSS読込
	作　成　者：新沼孝徳　　　　　作　成　日：2009/02/13
	最終更新者：新沼孝徳　　　　　最終更新日：2009/03/31
*/

/* 分割CSSの読込 */
@import url(navibar.css);
@import url(header.css);
@import url(main.css);
@import url(submenu.css);
@import url(article.css);
@import url(article-each.css);
@import url(footer.css);

/* ページセット */
html,body {
	margin: 0 3em;
	padding: 0;
	height: 100.1%;
	}

.pageset01 {
	width: 770px;
	min-height: 100%;
	/*height: 100%;*/
	margin: 0 auto;
	text-align: center;
	background:url("../images/page_back.gif") repeat-y;
	}

.pageset02 {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	}



/* 個別設定 */
h1 {
	font-size: 1px;
	text-indent: -9999px;
	}

h2 { font-size: large; }

p { margin:0.5em 1em; }

.clear { clear: both; }

.left { float: left; }

.right { float: right; }

.fontbold { font-weight: 700; }

.fontnormal { font-weight: 400; }

.spacer60 {
	display: block;
	width: 10px;
	height: 60px;
	}

a {
	text-decoration: none;
	}

a img {
	border-style: none;
	}

a:hover {
	text-decoration: underline;
	background-color: #dee4ff;
	}

.shouhyou {
	display: block;
	width: 460px;
	font-size: x-small;
	margin-left: 40px;
	padding-left: 40px;
	}


/* 連絡先用カラム */
dl#contact_s {
	display: block;
	width: 380px;
	line-height: 160%;
	border: 1px solid #7672ff;
	margin-left: 80px;
	}

dl#contact_s dt {
	padding-left: 0.5em;
	float: left;
	}

dl#contact_s dd {
	padding-left: 5em;
	}


