/* CSS初期設定 */

/* basic elements */

html
{
margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

td {
	vertical-align: top;
}

img {vertical-align: text-bottom;}


form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin: 0;
	margin: 0;
font-size:100%
}

ul {
list-style-type: none;
}

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body
{
   font-family: 'ＭＳ Ｐゴシック', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   line-height: 1.5;
}

a { color: #0066cc; text-decoration: underline;}

a:hover {
color: #f39700;
}


h1, h2, h3, h4, h5, h6
{
   font-family: 'ＭＳ Ｐゴシック', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}



/* 基本レイアウト設定 */

#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 800px;
	text-align: center;
}

#container-inner { position: static;}


#pagebody { position: relative; width: 800px;margin: 20px 0 20px 0;overflow: hidden;text-align: left;}

#pagebody-inner { position: static;}


#middlecon, #leftcon, #rightcon, #contents, #top-menu, #top-news {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}


#middlecon-inner, #leftcon-inner, #rightcon-inner, #contents-inner {
	position: static;
}




#middlecon {
margin: 0 0 20px 0;
width: 800px;
background: #fff;
overflow: hidden;
}

#leftcon {
margin: 0 20px 20px 0;
float: left;
width: 200px;
background: #fff;
overflow: hidden;
}


#rightcon {
margin: 0 0 20px 0;
float: left;
width: 580px;
background: #fff;
overflow: hidden;
font-size: 14px;
}


#contents {
	margin: 20px 0;
	background: #fff;
}




/* page layout */

body {
	width: 100%;
	color: #313131;
	background: #fff;
}



#header {
	width: 800px; /* necessary for ie win */
	height: 90px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	background-image: url(images/common/header_bg.jpg);
	background-repeat: none;
	overflow: hidden;
}



#header-inner{
	text-align: left;
}

#logo {
	width: 320px;
	height: 90px;
	float: left;
}

#header-inner h1{
	width: 470px;
	float: left;
	padding-top: 5px;
	text-align: right;
	color: #333399;
	font-weight: bold;
}

#glonavi-wrap{
	clear: both;
	width: 100%; /* necessary for ie win */
	height: 265px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	background-image: url(images/common/gronavi_repeat.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#glonavi-wrap-inner{
	width: 800px; /* necessary for ie win */
	height: 90px;
	margin: 0 auto;
	text-align: center;
}


#glonavi-wrap2{
	clear: both;
	width: 100%; /* necessary for ie win */
	height: 155px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	background-image: url(images/common/gronavi_repeat.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}


#glonavi-wrap2-inner{
	width: 800px; /* necessary for ie win */
	height: 150px;
	margin: 0 auto;
	text-align: center;
}




ul#glonavi{
	float: left;
	width: 800px;
	height: 35px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	overflow: hidden;
}

#glonavi li {
	height: 35px;
	list-style-type:none;
	float: left;
	margin: 0;
	padding: 0;
}

#glonavi li a {
	height: 35px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

#glonavi li.bt01 {
	width: 100px;
	background-image:url(images/common/bt01_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt01 a:hover {
	width: 100px;
	background-image:url(images/common/bt01_on.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt02 {
	width: 100px;
	background-image:url(images/common/bt02_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt02 a:hover {
	width: 100px;
	background-image:url(images/common/bt02_on.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt03 {
	width: 100px;
	background-image:url(images/common/bt03_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt03 a:hover {
	width: 100px;
	background-image:url(images/common/bt03_on.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt04 {
	width: 100px;
	background-image:url(images/common/bt04_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt04 a:hover {
	width: 100px;
	background-image:url(images/common/bt04_on.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt05 {
	width: 150px;
	background-image:url(images/common/bt05_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt05 a:hover {
	width: 150px;
	background-image:url(images/common/bt05_on.jpg);
	background-repeat:no-repeat;
}


#glonavi li.bt06 {
	width: 100px;
	background-image:url(images/common/bt06_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt06 a:hover {
	width: 100px;
	background-image:url(images/common/bt06_on.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt07 {
	width: 150px;
	background-image:url(images/common/bt07_off.jpg);
	background-repeat:no-repeat;
}

#glonavi li.bt07 a:hover {
	width: 150px;
	background-image:url(images/common/bt07_on.jpg);
	background-repeat:no-repeat;
}



#main-img {
	clear: both;
	width: 800px; /* necessary for ie win */
	height: 210px;
}


ul#leftmenu{
	width: 200px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	overflow: hidden;
}

#leftmenu li {
	width: 200px;
	height: 60px;
	list-style-type:none;
	margin: 0 0 10px 0;
	padding: 0;
}

#leftmenu li a {
	height: 60px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

#leftmenu li.bt01 {

	background-image:url(images/common/left01_off.jpg);
	background-repeat:no-repeat;
}

#leftmenu li.bt01 a:hover {

	background-image:url(images/common/left01_on.jpg);
	background-repeat:no-repeat;
}

#leftmenu li.bt02 {

	background-image:url(images/common/left02_off.jpg);
	background-repeat:no-repeat;
}

#leftmenu li.bt02 a:hover {

	background-image:url(images/common/left02_on.jpg);
	background-repeat:no-repeat;
}

#leftmenu li.bt03 {

	background-image:url(images/common/left03_off.jpg);
	background-repeat:no-repeat;
}

#leftmenu li.bt03 a:hover {

	background-image:url(images/common/left03_on.jpg);
	background-repeat:no-repeat;
}

#leftmenu li.bt04 {

	background-image:url(images/common/left04_off.jpg);
	background-repeat:no-repeat;
}

#leftmenu li.bt04 a:hover {

	background-image:url(images/common/left04_on.jpg);
	background-repeat:no-repeat;
}

#leftmenu li.bt05 {

	background-image:url(images/common/left05_off.jpg);
	background-repeat:no-repeat;
}

#leftmenu li.bt05 a:hover {

	background-image:url(images/common/left05_on.jpg);
	background-repeat:no-repeat;
}


#leftmenu li.bt06 {

	background-image:url(images/common/left06_off.jpg);
	background-repeat:no-repeat;
}

#leftmenu li.bt06 a:hover {

	background-image:url(images/common/left06_on.jpg);
	background-repeat:no-repeat;
}



#lower-t{
	clear: both;
	width: 800px;
	height: 100px;
	background-image:url(images/title/titlebg.jpg);
	background-repeat:no-repeat;
}

#lower-t h2{
	text-align: right;
	font-size: 30px;
	font-weight: bold;
	color: #333399;
	padding: 25px 0 0 0;
	margin: 0 100px 0 0;
}


#lower-t2{
	clear: both;
	width: 800px;
	height: 100px;
	background-image:url(images/title/titlebg.jpg);
	background-repeat:no-repeat;
}

#lower-t2 h2{
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	color: #333399;
	padding: 32px 0 0 0;
	margin: 0 100px 0 0;
}


/* TOPレイアウト */


#topcatch{
	width: 580px;
	height: 140px;
	margin: 0;
	background: #fff;
	background-image: url(images/top/catchbg.jpg);
	overflow: hidden;
}

#topcatch-inner{
	
}

#catch-1{
	font-weight: bold;
	color: #333399;
	margin-bottom: 7px;
}

#catch-2{
	line-height: 1.8;
	margin-bottom: 7px;
}

#campaign-img{
	margin: 0 0 20px 0;
}


#infobox{
	float: left;
	width: 280px;
	height: 270px;
	margin: 0 20px 0 0;
	padding: 0;
	background: #fff;
	background-image: url(images/top/infobg.jpg);
	overflow: hidden;
	font-size: 12px;
}



#infobox-inner{
	margin: 0 15px;
	padding: 35px 0 20px 0;
}

#blogbox{
	float: left;
	width: 280px;
	height: 270px;
	margin: 0;
	padding: 0;
	background: #fff;
	background-image: url(images/top/blogbg.jpg);
	overflow: hidden;
	font-size: 12px;
}


#blogbox-inner{
	margin: 0 15px;
	padding: 35px 0 20px 0;
}


#top-menu{
	float: left;
	width: 620px;
	margin-right: 15px;
	text-align: left;
}

#top-news{
	float: left;
	width: 265px;
	font-size: 11px;
}


ul#menulist{
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
}

#menulist li {
	width: 150px;
	height: 115px;
	list-style-type:none;
	float: left;
	margin: 0 5px 10px 0;
	padding: 0;
}

#menulist li a {
	height: 115px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}



#menulist li.bt01 {
	background-image:url(images/top/menu1.jpg);
	background-repeat:no-repeat;
}

#menulist li.bt01 a:hover {
	background-image:url(images/top/menu1_on.jpg);
	background-repeat:no-repeat;
}

#menulist li.bt02 {
	background-image:url(images/top/menu2.jpg);
	background-repeat:no-repeat;
}

#menulist li.bt02 a:hover {
	background-image:url(images/top/menu2_on.jpg);
	background-repeat:no-repeat;
}

#menulist li.bt03 {
	background-image:url(images/top/menu3.jpg);
	background-repeat:no-repeat;
}

#menulist li.bt03 a:hover {
	background-image:url(images/top/menu3_on.jpg);
	background-repeat:no-repeat;
}

#menulist li.bt04 {
	background-image:url(images/top/menu4.jpg);
	background-repeat:no-repeat;
}

#menulist li.bt04 a:hover {
	background-image:url(images/top/menu4_on.jpg);
	background-repeat:no-repeat;
}

#menulist li.bt05 {
	background-image:url(images/top/menu5.jpg);
	background-repeat:no-repeat;
}

#menulist li.bt05 a:hover {
	background-image:url(images/top/menu5_on.jpg);
	background-repeat:no-repeat;
}


#menulist li.bt06 {
	background-image:url(images/top/menu6.jpg);
	background-repeat:no-repeat;
}

#menulist li.bt06 a:hover {
	background-image:url(images/top/menu6_on.jpg);
	background-repeat:no-repeat;
}


#menulist li.bt07 {
	background-image:url(images/top/menu7.jpg);
	background-repeat:no-repeat;
}

#menulist li.bt07 a:hover {
	background-image:url(images/top/menu7_on.jpg);
	background-repeat:no-repeat;
}


#menulist li.bt08 {
	background-image:url(images/top/menu8.jpg);
	background-repeat:no-repeat;
}

#menulist li.bt08 a:hover {
	background-image:url(images/top/menu8_on.jpg);
	background-repeat:no-repeat;
}


#topics{
	margin: 5px 15px;
	height: 55px;
	oveflow: hidden;
}



.topnewslist1{
margin: 15px 0 0 0;
padding: 0;
line-height: 1.3;
list-style-type: none;
}

.topnewslist2{
margin: 0 0 15px 0;
padding: 0;
line-height: 1.3;
list-style-type: none;
height: 25px;
overflow: hidden;
}

.topnewslist-2{
margin: 15px 0 0 10px;
padding: 0 0 0 10px;
line-height: 1.8;
}

.topnewslist-2 li{
margin: 0 0 2px 0;
}

p.to_list{
text-align: right;
margin-right: 10px;
}


/* 下層共通 */



/* 業務案内 */



.con-l1{
	width: 490px;
	float: left;
	margin-right: 20px;
}

.con-r1{
	float: left;
}

.con-l2{
	width: 420px;
	float: left;
	margin-right: 20px;
}

.con-r2{
	float: left;
}

#partner{
	border: 3px double silver;
	margin: 10px 0;
	padding: 10px 15px;
}

/* 会社案内 */



ul.rinen{
margin: 0 10px 25px 20px;
padding: 0;
list-style-type: circle;
}

.rinen li{
font-size: 14px;
margin-bottom: 10px;
}




.con-l3{
	width: 610px;
	float: left;
	margin-right: 10px;
}

.con-r3{
	float: left;
}


table.gaiyou{
	border-collapse: collapse;
	margin: 20px 0 20px 0;
}

.gaiyou th{
	width: 100px;
	padding: 8px 5px;
	border-top: 1px dashed #DCDCDC;
	border-right: 1px dashed #DCDCDC;
	border-bottom: 1px dashed #DCDCDC;
	margin: 3px 0;
}

.gaiyou td{
	padding: 8px 20px;
	border-top: 1px dashed #DCDCDC;
	border-bottom: 1px dashed #DCDCDC;
}



.outline{
	margin: 0;
	width: 280px;
	background: #eaf6fd;
}
.outline-inner{
	margin: 0 10px;
	padding: 10px 0;
}

table.enkaku{
	border-collapse: collapse;
	font-size: 11px;
	margin: 10px 0 0 0;
}

.enkaku th{
	width: 80px;
	padding: 3px 2px 3px 0;
	border-right: 2px solid #9ed8f6;
	vertical-align: top;
	text-align: left;
}

.enkaku td{
	padding: 3px 5px 10px 3px;
}


#footer-img {
	width: 900px;
	margin: 20px 0;
}


/* サイトマップ */


ul.chart1{
margin: 0 0 25px 40px;
padding: 0;
list-style-type: square;
}

.chart1 li{
font-size: 14px;
color: #1E90FF;
font-weight: bold;
margin-bottom: 5px;
}



.chart1 a{
	color: #313131;
}



/* よくある質問 */
.q{
clear: both;
width: 500px;
background: #F5F5F5;
padding: 5px 10px;
margin-top: 10px;
margin-left: 30px;
color: #313131;
font-weight: bold;
border: 1px solid #DCDCDC;
border-bottom: 3px double #DCDCDC;
}

.ans{
width: 500px;
background-color: #fff;
padding: 5px 10px;
margin-left: 30px;
margin-bottom: 25px;
border-left: 1px solid #DCDCDC;
border-right: 1px solid #DCDCDC;
border-bottom: 1px solid #DCDCDC;
line-height: 1.4;
}

.faq_cate{
	margin: 0 0 10px 30px;
	font-weight: bold;
	color: 	#000080;
}


/* プライバシーポリシー */

#privacy {
	margin: 0 30px 0 30px;
}


/* 会社案内 */



ul.rinen{
margin: 0 10px 25px 20px;
padding: 0;
list-style-type: circle;
}

.rinen li{
font-size: 14px;
margin-bottom: 10px;
}




.con-l3{
	width: 610px;
	float: left;
	margin-right: 10px;
}

.con-r3{
	float: left;
}


table.gaiyou{
	width: 560px;
	border-collapse: collapse;
	margin: 20px 0 20px 0;
}

.gaiyou th{
	width: 100px;
	padding: 8px 5px;
	border-top: 1px dashed #DCDCDC;
	border-right: 1px dashed #DCDCDC;
	border-bottom: 1px dashed #DCDCDC;
	margin: 3px 0;
	background: #f5f5f5;
}

.gaiyou td{
	padding: 8px 20px;
	border-top: 1px dashed #DCDCDC;
	border-bottom: 1px dashed #DCDCDC;
}



.outline{
	margin: 0;
	width: 280px;
	background: #eaf6fd;
}
.outline-inner{
	margin: 0 10px;
	padding: 10px 0;
}

table.enkaku{
	border-collapse: collapse;
	font-size: 11px;
	margin: 10px 0 0 0;
}

.enkaku th{
	width: 80px;
	padding: 3px 2px 3px 0;
	border-right: 2px solid #9ed8f6;
	vertical-align: top;
	text-align: left;
}

.enkaku td{
	padding: 3px 5px 10px 3px;
}


#footer-img {
	width: 900px;
	margin: 20px 0;
}


/* アクセス */


.map_catch{
	font-size: 16px;
	margin: 0 30px 30px 30px;
}

.map_ad{
	font-size: 16px;
	font-weight: bold;
	color: 	#000080;
	margin: 0 30px 10px 30px;
}

.map{
	margin: 0 30px 40px 30px;
}


/* お問い合わせ */

.contact_top{
	margin: 0 0 15px 30px;
}


table.mailform{
margin: 15px 0 0 30px;
width: 500px; 
border: 1px white solid; 
border-collapse: collapse;
line-height: 1.5;
font-size: 12px;
}

th.midashi1{
border: 1px white solid; 
width: 120px; 
background: #0190dc;
padding: 3px 7px;
color: white;
font-weight: bold;
font-size: 12px;
}

th.midashi2{
border: 1px white solid; 
width: 380px;
background: #0190dc;
padding: 3px 7px;
color: white;
font-weight: bold;
font-size: 12px;
}

td.enq1{
border: 1px white solid; 
width: 120px;
background: #E6E6E6;
padding: 7px;
font-size: 12px;
}

td.ans1{
border: 1px white solid; 
width: 380px;
background: #F5F5F5;
padding: 7px;
font-size: 12px;
}

td.enq2{
border: 1px white solid; 
width: 120px;
background: #E6E6E6;
padding: 7px;

text-align: center;
color: #0072BC;
}

td.ans2{
border: 1px white solid; 
width: 380px;
background: #F5F5F5;
padding: 7px;
font-size: 12px;
}


textarea {
width: 350px;
height: 150px;
}

.send{
	margin: 15px auto;
	width: 500px;
	text-align: center;
}



.low_img{
	text-align: center;
	margin: 0 auto 20px auto;
}

.youto{
	margin-top: 20px;
	background: #f6fcfe;
	border: 3px double #bee6f9;
}

.youto-inner{
	padding: 10px 0;
	margin: 0 20px;
}

.pr{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	color: green;
}

.storage_p p{
	margin-bottom: 10px;
	margin-left: 10px;
}

.storage_p ul{
	margin: 0;
	padding: 0;
	list-style-type: square;
}
.storage_p li{
	font-size: 14px;
	font-weight: bold;
	margin-left: 25px;
	line-height: 1.8;
	color: #333399;
}

table.storage{
	width: 560px;
	border-collapse: collapse;
	margin: 20px 0 20px 0;
	border: 1px solid #DCDCDC;
}

.storage th{
	width: 100px;
	padding: 8px 5px;
	border-right: 1px dashed #fff;
	margin: 3px 0;
	background: #0190dc;
	color: #fff;
}

.storage td{
	padding: 8px 20px;
	border-bottom: 1px dashed #DCDCDC;
	border-left: 1px dashed #DCDCDC;
	border-right: 1px dashed #DCDCDC;
	text-align: center;
	vertical-align: middle;
}

.storage td img{
	margin-bottom: 5px;
}

.heihou{
	vertical-align: super;
	font-size: 10px;
}



/* 特別ｷｬﾝﾍﾟｰﾝ */

.camp-midashi{
	padding: 8px 10px 5px 10px;
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	background: #f6fcfe;
	border-bottom: 5px double #bee6f9;
}

/* フッター */

#footerlink{
	width: 900px;
	margin: 0 auto 10px auto;
	text-align: center;
}

#footerlink a{
	color: #313131;
}

#footerlink a:hover{
	color: #f39700;
}


#footerbg{
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	background-color: ;#fff;
	background-image: url(images/common/footer_repeatbg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#footer{
	width: 800px; /* necessary for ie win */
	height: 60px;
	margin: 0 auto;
	text-align: center;
	background-repeat: none;
	overflow: hidden;
}


.footer-name{
	font-size: 12px;
	margin: 15px 0 5px 0;
}


/* その他回り込み指定など */

.cen{
	text-align: center;
}

.img_left{
float: left;
}

.l_10{
float: left;
margin-right: 10px;
}

.l_15{
float: left;
margin-right: 15px;
}

.l_20{
float: left;
margin-right: 20px;
}


.r_15{
float: right;
margin-left: 15px;
}

.top40{
	margin-top: 40px;
}

.right{
	text-align: right;
	margin-bottom: 20px;
}

.bd{
	font-weight: bold;
}

.bd14{
	font-weight: bold;
	font-size: 14px;
}

.bd16{
	font-weight: bold;
	font-size: 16px;
}


.white{color: white;}
.red{color: #FF0000;}
.blue{color: blue;}
.gray{color: gray;}
.green{color: green;}
.brown{color: #A52A2A;}

.redbd{color: #FF0000;font-weight: bold;}
.bluebd{color: blue;font-weight: bold;}
.graybd{color: gray;font-weight: bold;}
.greenbd{color: green;font-weight: bold;}
.brownbd{color: #A52A2A;font-weight: bold;}
.bd{font-weight: bold;}
.orangebd{font-weight: bold;color: #FF4500;}

.blogdate{font-weight: bold;color: #990000;font-size: 11px;}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
   font-size: 13px;

}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry{
padding-bottom: 30px;
}

.entry-content{
padding: 20px 7px 20px 10px;
}


.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 1px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-body{
padding-bottom: 15px;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   width: 200px;
   margin: 0 0 0 10px;
   padding: 0;
   font-size: 12px;
   line-height: 1.5;

}

.module-content2
{
   position: relative;
   margin: 2px 0 10px 0;
   font-size: 11px;
   line-height: 1.2;
border:1px #C0C0C0 outset;
background-color: white;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list2
{
list-style-type:disc;
   margin: 0;
   padding: 0 0 0 15px;
vertical-align: middle;
background: #fff;
width: 180px;
line-height: 1.5;
}

.module-list-item2
{
list-style-type:disc;
margin: 3px 3px 3px 4px;
padding: 4px 4px 4px 0;
line-height:1.3;
}

.module-list-item
{
margin: 2px 0 2px 0;
padding: 5px 0 5px 5px;
border:2px #C0C0C0 outset;
background-color: white;
}


.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}


.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}


.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 11px;
   text-align: right;
}


.entry-tag{

float: left;
margin-right: 15px;
margin-bottom: 10px;
}

.entry-tags-header{
float: left;
margin-right: 15px;
color: #0054A6;
font-weight: bold;
}

.con_title h2{
padding: 3px 10px;
margin: 0;
font-size: 14px;
font-weight: bold;
border-left: 5px solid #00008B;
border-bottom: 1px solid #00008B;
}
