@charset "utf-8";

/* リセット */

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
}


/* 全体の設定 */
body {
	margin-right: auto;
	margin-left: auto;
	color:#333333;
	font-family:sans-serif;
	text-align: center;
	background:url(/img/body_bg_04.gif);


}
#container {
	margin-right: auto;
	margin-left: auto;
	background:#ffffff;
	width:780px;
	border:1px solid #999999;
}
a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	color:#333333;
	background:#cccccc;
}
.clear {
	clear:both;
	text-decoration: none;
	font-size: 2px;
	text-indent: -700em;
}
fieldset { padding:10px; }

/* ヘッダー */
#header {
	width:780px;
	height:85px;
	text-align:left;
	display:block;
	padding:0px;
	margin: 0px;
	background:url(/img/haed_bg_05.jpg);
	background-repeat:no-repeat;

}
#header img { 
                float:left;border:none; 
	margin-top:10px;
}
#head-module p {
	margin:0;
	padding:10px 20px 15px 5px;
	text-align:right;
	font-size:70%;
}
#header h2 {
	margin:0;
	text-align:left;
	font-size:60%;
	font-weight:normal;
	padding-top:5px;
	padding-left:150px;
	padding-bottom:5px;
}


/* ナビゲーション */
#navi {
	width: 780px;
	font-size: 80%;
	float: left;
	display : block;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;

}
#navi ul {
	list-style-type: none;
}
#navi li {
	display : inline;
	float: left;
	border-right: 1px solid #ffffff;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}
#navi li a {
	color: #ffffff;
	text-decoration: none;

}
#navi li a:hover { 
	color:#ffffff;
	text-decoration: underline;
	background:none;
}



/* メインイメージ画像 */
#banner {
	display:block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width:780px;
	height:150px;
}
#banner h1 {
	text-align:left;
	font-size:16px;
	position: relative;
	top: 65px;
	left: 25px;
}
#banner a { color:#007695;}

#banner a:hover { color:#53a4b9;background:none;}

#banner h2 {
	text-align:left;
	font-size:80%;
	font-weight:normal;
	position: relative;
	top: 70px;
	left: 25px;
}

/* コンテンツ枠 */
#content {
	width: 578px;
	float: right;
}
/* メインエリア */

#main-content {
	padding:0px 0px 0px 0px;
	margin:0px;
}
#main {
	width: 560px;
	font-size: 80%;
	line-height: 1.3em;
	margin: 0;
	text-align: left;
	padding-top:5px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:30px;
}

/* メインリンク設定 */
#main a {
	text-decoration: none;
	color: #CC3399;
}

/* メインリンク基本色 */
#main a:link {
	text-decoration: none;
	color: #CC3399;
}

/* メインリンクマウスオーバー時 */
#main a:link:hover {
	text-decoration: underline;
	color: #996699;
	background-color: #ffffff;
}

/* メインリンククリック時 */
#main a:link:active {
	text-decoration: underline;
	color: #CC3399;
}

/* メインリンク訪問済み */
#main a:visited {
	text-decoration: none;
	color: #CC3399;
}

/* メインリンク訪問済みマウスオーバー */
#main a:visited:hover {
	text-decoration: underline;
	color: #CC3399;
	background-color: #ffffff;
}

/* メインリンク訪問済みクリック時 */
#main a:visited:active {
	text-decoration: underline;
	color: #CC3399;
}

/*メイン余白  */
#main .pad {
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
}

/* メイン日付 */
#main .date {
	font-size: 75%;
	font-weight: normal;
	color: #999999;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}

/* メイン見出しh2 */
#main h2 {
	width: 540px;
	font-size: 100%;
	color: #333333;
	background-image: url(img/tit_h2.gif);
	background-position: left center;
	background-repeat:no-repeat;
	padding-top: 12px;
	padding-left: 30px;
	padding-bottom: 12px;
	clear: both;
}

/* メイン見出しh3 */
#main h3 {
	width: 540px;
	font-size: 100%;
	color: #c8547c;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	padding-top: 0px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
}

/* メイン見出しh4 */
#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
#main li {
	margin: 5px 0px 5px 15px;
	padding: 0px;
	list-style-type: square;
}
/* メイン段落 */
#main p {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 140%;
}
#font_80 {
	font-size: 80%;
	line-height: 130%;
	padding: 4px;
}

#info {
	font-size: 95%;
	margin: 0;
	padding: 0;
}
#info ul {
	margin: 0;
	padding: 3px;

}
#info li {
	padding:1px 0px 0px 14px;
	line-height: 170%;
	margin: 0;
	list-style:none;
	background-image:url(/img/icon_info_bg_02.gif);
	background-repeat:no-repeat;
	background-position:0% 20%;
	display:block;
	border-bottom:1px dotted #666666;
}
#menu {
	font-size: 80%;
	margin: 0;
	padding: 0;
}


#entry  {
	color:#333333;

}
.entry p {
	color:#333333;
	padding:0px 3px 0px 3px;
	margin:0px;
}
.entry td {
	padding:5px 5px 5px 5px;
}
.entry img { 
	margin:3px 4px 3px 4px;
}
.entry-info {
	background:url(/img/entry_info_bg.gif) no-repeat;
	margin-top:10px;
	margin-bottom:20px;
	padding: 0px 0px 40px 20px;
}
.entry-info ul { list-style-type: none; }

.entry-info li {
	color:#666666;
	font-size:70%;
	display:inline;
	margin-right: 5px;
}






/* フッター */
.footer {
	width:780px;
	height:40px;
	display:block;
	font-size: 80%;
	background:#333333;
	padding:7px 0px 7px 0px;
	margin:0px 0px 0px 0px;
}
.footer p {
	text-align:center;
	font-size: 85%;
	color:#ffffff;
	padding:5px 0px 0px 0px;
}

/* 下部ナビゲーション */
#footernavi {

	text-align: center;
	margin: 0px;
	padding: 0px;

}
#footernavi ul {
	margin: 0;
	padding: 0;
}
#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 0 .5em;
}
#footernavi ul li a:hover { 
	color:#333333;
	text-decoration:none;
	background:#cccccc;
}

/* 最新のエントリー */
#news {
	width:540px;
	margin:20px 0px 0px 0px;
}
.new-txt {
	background:#ffffff;
}
#news h3 {
	width:540px;
	height:27px;
	text-decoration: none;
	font-size: 2px;
	text-indent: -700em;
	background: transparent url("/img/tit_topics.gif") no-repeat top left;
	margin:10px 0px 7px 0px;
	padding:0px;
	border-bottom:none;
	border-left:none;
	border-top:none;
	border-right:none;

}
.new-txt p {
	font-size: 95%;
	margin:7px 3px 7px 3px;
	border-bottom:1px dotted #666666;
}


/* アーカイブリスト */

/* サイトマップ用 */
.archives {
	font-size:70%;
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 3px;
}
.archives dd {
	margin-right: 0;
	padding-left: 25px;
	margin-bottom: .8em;
	border-bottom: 1px dotted #cccccc;
}


/* トラックバック */
#trackback_url {
	border:1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

/* コメント */
fieldset { margin-top:20px; }

legend {
	font-size:80%;
}
#comment-author {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}
#comment-email {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}
#comment-url {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}
#comment-text {
	background:#f9f9f9;
	font-size:80%;
	border:1px solid #cccccc;
	color:#666666;
}
#comment-preview,#comment-post,#comment-cancel  {
	width:100px;
	font-size:80%;
}
ul.comments-open-footer  {
	padding-top: 15px;
}
.comments-open-footer li {
	display:inline;
	list-style-type: none;
	margin-right: 15px;
}
.comments-post label {
	font-size:80%;
	margin:10px 0;
}
.cclicense { margin:3px 10px; }

.cclicense p { font-size:60%; }


/* お問い合わせ用 */
.contact {
	line-height: 160%;
	margin: 0;
}
.contact dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.contact dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}


/* 会社概要用 */
.corp {
	margin-top: 20px;
	margin-bottom: 25px;
}
.corp p {
	font-size: 80%;
	margin:25px 5px 30px 5px;
}
.corp dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
.corp dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 7em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}


/* ---------- sidebar ---------- */

#sidebar
{
	width:200px;
	float:left;
}
.sidemenu
{
	width:180px;
	margin:10px 5px 40px 15px;

}
.miim
{
	font-size:80%;
	line-height: 130%;
	text-align:left;
}
.miim ul
{
	list-style:none;
	padding:2px;


}

.miim ul li
{
	background-image:url(/img/dotted.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	padding:1px 0 2px 0;


}

.miim h4,div.contents-search h4
{
	width:184px;
	height:22px;
	font-size:2px;
	text-decoration:none;
	text-align:left;
	text-indent:-1200px;
	display:block;
	margin:3px 3px 2px 3px;
	padding:3px 0px 3px 0px;
}

.miim h4
{
	background-image:url(/img/tit_miim_01.gif);
	background-repeat:no-repeat;
	width:180px;
	height:26px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.miim ul li a
{
	padding:2px 0px;
	display:block;
	border-left:5px solid #CC99CC;
	text-indent:7px;
	color:#333333;
}
.miim ul li a:hover
{
	border-left:5px solid #993399;
	background-color:#efefef;
}



.fudge
{
	font-size:80%;
	line-height: 130%;
	text-align:left;
}
.fudge ul
{
	list-style:none;
	padding:2px;
}

.fudge ul li
{
	background-image:url(/img/dotted.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	padding:1px 0 2px 0;

}

.fudge h4,div.contents-search h4
{
	width:184px;
	height:22px;
	font-size:2px;
	text-decoration:none;
	text-align:left;
	text-indent:-1200px;
	display:block;
	margin:3px 3px 2px 3px;
	padding:3px 0px 3px 0px;
}

.fudge h4
{
	background-image:url(/img/tit_fudge_01.gif);
	background-repeat:no-repeat;
	width:180px;
	height:26px;
	margin:0px 0px 0px 0px;
}
.fudge ul li a
{
	padding:2px 0px;
	display:block;
	border-left:5px solid #E8A4BA;
	text-indent:7px;
	color:#333333;
}
.fudge ul li a:hover
{
	border-left:5px solid #CC3366;
	background-color:#efefef;
}



.contents-search h4
{
	background-image:url(/img/search_tit_bg.gif);
}

.category-archives ul
{
	list-style:none;
}

.category-archives ul li
{
	padding:1px 0 2px 0;

}

.category-archives ul.sub-category
{
	margin-left:0px;

}

.category-archives ul.sub-category li
{
	padding:2px 0 1px 2px;

}

.category-archives ul.sub-category li a
{
	display:block;
	text-decoration:none;

}
.category-archives ul.sub-category li a:hover
{
	color:#333333;
	text-decoration:underline;
}
.category-archives ul li a
{
	display:block;
	color:#333333;
	padding:0px 10px 0px 10px;
}
.category-archives ul li a:hover
{
	display:block;
	color:#333333;
	padding:1px 0 2px 20px;
	text-decoration:underline;
	background-color:#E7E7E7;
}


.search-form
{
	margin: 1px 0 0 0;
	padding:10px;
	background-image:url(/img/search_bg.gif);
}

.search-form label
{
	font-size:60%;
	color:#999999;
}

.search-form input
{
	font-size:80%;
	border:1px solid #999999;
	color:#999999;
	width:100%;
}

input.search-input
{
	border:1px solid #999999;
	color:#999999;
	width:40%;
}

.search-form input#search
{
	margin-bottom:5px;
}

.search-form input.searchsubmit
{
	border:0;
}

#sidebar a.rss
{
	font-size:2px;
	text-decoration:none;
	text-align:left;
	display:block;
	height:38px;
	text-indent:-1200px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(/img/rss.gif);
}
/* サイドバーフリースペース */
.note{
	font-size:85%;
	text-align:left;
	padding: 3px;
	border:1px solid #999999;
	margin-top: 10px;
}
/* サイドバーフリースペースの段落 */
.note p {
	font-size:90%;
	line-height: 130%;
	padding: 3px;
}
.note h2
{
	font-size:100%;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	display:block;
	background:#0099CC;
	padding:3px 0px 3px 0px;
}
