@charset "utf-8";
/* @Style license ID.0351 */
/* 全体の設定 */

*{
	margin: 0px;
	padding: 0px;
}

@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	font-family:"メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, "ＭＳ Ｐゴシック", Osaka;
	line-height:1.5;
	background:url("img/body_bg.gif") repeat-y center top #EEE;
}

html {
	overflow-y:scroll;
}

p {
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}

h1,elc-news,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
margin:0px;
padding:0px;
line-height:140%;
}
h3 {
font-size:100%;
margin-bottom:2px;
}
ul,ol,li,dl,dt,dd {
font-size:small;
}
li {
list-style:none;
}
hr {
visibility:hidden;
clear:both;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#8986FF;
}

a:link {
	color:#a0632c;
	text-decoration:underline;
}
a:visited {
	color:#800080;
	text-decoration:none;
}
a:hover {
	color:#C00;
	text-decoration:none;
}
a img {
	border:0px solid #FFF !important;
}
a:active {
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:1000px;
	margin:0 auto 0;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-bottom:10px;
	color:#000000;
}

#header p#siteDescription {
	margin:0;
	padding:0 15px 5px 15px;
	width:230px;
}

#header h1 {
	padding:10px 15px 0;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

p#tel{
	margin: 0 20px 0 0;
	float:right;
	position:relative;
}

p#inquiry {
	float:right;
	position:relative;
	right:1px;
	border-right:1px #ccc solid;
	padding-right:1px;
}

p#phone {
	margin: 0 20px 0 0;
	float:right;
	position:relative;
	color:#C00;
}

/* #gNav
----------------------------------------------------------- */
ul#gNav{
	margin:0;
	padding:0;
    clear: both;
	text-align: center;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url(img/bgOFF_black.gif) repeat-x top left;
	border-bottom:4px solid #333;
	border-top:1px solid #333;
	}

ul#gNav li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}

ul#gNav li a{
	display:block;
	float:left;
	color:#333;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url(img/bgDIVIDER_black.gif) no-repeat top right;
	}

ul#gNav li a:hover{
	background:transparent url(img/bgHOVER_black.gif) no-repeat top right;
	}

ul#gNav li a.current,ul#gNav li a.current:hover{
	color:#fff;
	background:transparent url(img/bgON_black.gif) no-repeat top right;
	}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:1000px;
	float:left;
	margin-bottom:10px;
	background:url(img/bg_red_n.gif) right repeat-y;
}


/* __main
------------------------------------------*/

#main {
	float:left;
	width:750px;
	padding:0 0;
	margin: 0 0;
	color:#000;
}

#main a {
	color:blue;
}

#main h2 {
	padding:0 0 0 10px;
	margin: 15px 0 15px 30px;
	border-left:10px solid #cc0000;
}

#main p {
	padding:0 0 0 30px;
	margin: 0 20px 20px 0;
	line-height:150%;
}

#main div {
	padding:0 0 0 30px;
	margin: 0 20px 10px 0;
	line-height:150%;
}

div#title {
	padding:5px 5px 0 5px;
	margin: 5px 20px 15px 30px;
	border:5px double #cc0000;
	text-align:center;
	font-size:150%;
}

.coll {
	padding:0 10px 0 20px;
	margin:4px 0px 15px 5px;
	float:left;
}

.coll small {
	display:block;
	padding:0px 0px 0px 2px;
	color:#445;
	clear: both;
}

.colr {
	padding:0 10px 0 10px;
	margin:4px 10px 15px 5px;
	float:right;
}

.colr small {
	display:block;
	padding:0px 0px 0px 2px;
	color:#445;
	clear: both;
}

.colc {
	margin:4px 0px 2px 0px;
	text-align:center;
}

.colc small {
	display:block;
	padding:0px 0px 0px 2px;
	color:#445;
	clear: both;
}


/* __sub
------------------------------------------*/

#sub {
	float:right;
	width:250px;
	background:#C00;
}

/* サイドバー余白 */
#sub .pad {
}

/* サイドバーリンク設定 */
#sub a {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* サイドバーリンク色 */
#sub a:link {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* サイドバーマウスオーバー時 */
#sub a:link:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバークリック時 */
#sub a:link:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバー訪問済み */
#sub a:visited {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* サイドバー訪問済みマウスオーバー */
#sub a:visited:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバー訪問済みクリック時 */
#sub a:visited:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

/* サイドバー見出しh2 */
#sub h2 {
	color: #fff;
	padding: 2px 0 5px 2px;
	margin: 0 5px 5px 5px;
	font-size: 110%;
	font-weight: bold;
}
/* サイドバー見出しh3 */
#sub h3 {
	font-size: 100%;
	color: #fff;
	padding: 2px 0 5px 10px;
	margin: 0 5px 5px 10px;
}
/* サイドバー段落 */
#sub p {
	font-size: 100%;
	margin-top: 3px;
	margin-left:5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
/* サイドバーリスト */

div#sub ul {
	margin:0 10px 20px 10px;
	padding:5px;
	background:#fff;
	border:1px solid #333;
}

div#sub ul li {
	font-size: 100%;
	padding-top: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

	
div#sub ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
	margin: 0;
}

div#sub1 ul li a:hover {
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* サイドバー段落 */
div#sub p {
	line-height: 20px;
	margin: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* サイドバータグクラウド */
div#sub .module-tagcloud .module-content
	{text-align: left; }

div#sub .module-tagcloud .module-content .module-list 

	{ list-style: none; }

div#sub .module-tagcloud .module-content .module-list .module-list-item 
	{ display: inline; }

div#sub .module-tagcloud .module-content .module-list li.taglevel1 
	{ font-size: 170%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel2 
 	{ font-size: 150%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel3 
	{ font-size: 130%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel4 
	{ font-size: 110%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel5 
	{ font-size: 90%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel6 
	{ font-size: 70%; }




/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:1000px;
	margin-bottom:15px;
	padding:10px 0;
	background:#333;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid white;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer a:link {
	color:#8986FF;
	text-decoration:underline;
}

#footer a:visited {
	color:#f0632c;
	text-decoration:none;
}

#footer a:hover {
	color:#C00;
	text-decoration:none;
}

#footer address#copyright {
	text-align:center;
	margin-bottom:0;
}

address {
	font-weight: normal;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 30px;
	color:#C00;
}


/*-----------------------------------------------
 その他いろいろ
-----------------------------------------------*/
/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #666666;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}
/* 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	/*height: 100px;*/ /* ここを変更すれば高さが変わります */
	overflow: scroll;
	clear: both;
}

/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.9em;
	margin-left: 13em;
	margin-right: 0;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* 順不同リスト（箇条書き）*/
#main ul {
	padding-left: 20px;
	margin-bottom: 10px;
}
#main ul ol {
	padding-left: 30px;
}



/* 画像 */
#main img{
}
/* 画像左配置 */
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0px;
    padding-right: 30px;
    padding-bottom: 30px;
}
/* 画像中央配置 */
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
.mt-image-right {
    float: right;
    margin: 0px 0 20px 20px;
    padding-left: 30px;
    padding-bottom: 30px;
}

/* 画像左配置 */
#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
#main .imageright{
	margin-left: 10px;
	float: right;
}
/* 続き */
div#main .extended {
	font-size: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

div#more {
	clear: both;
}
/* タグ */
.entry-tags {
    margin: 0 0 10px 5px;
	clear: both;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
}
/* 投稿者情報 */
#main .posted {
	font-size: 85%;
	color: #333333;
	text-align: left;
	line-height: normal;
	padding: 3px 3px 3px 30px;
	margin-bottom: 10px;
	clear: both;
}

#main .posted img {
	margin-bottom: 0;
}

.techstuff {
	font-size: 100%;
}


textarea{
	width: 450px;
	}
	


/* コメンター画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
.sign {
	margin-bottom: 10px;
}
.extended {
	display:block;
	float:right;
	clear: both;
}

input,textarea {
	font-size: 100%;
}

