@charset "utf-8";
/*
Theme Name: digic_soft
Theme URI: http://www.digic.org/
Description: digic_soft テーマ
Author: itp-enami
Author URI: http://itp-enami.kir.jp/
.
コメント／ digic_soft のためのテーマです。
*/

/*株式会社デジック メイン css
-------------------------------------------------------------------------------------*/

/*初期設定
-------------------------------------------------------------------------------------*/
*{ margin:0; padding:0;}

div,table{margin:auto;}

img{border:0;}


/*基本フォント設定
-------------------------------------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
}
p,li,th,td{
	line-height:140%;
	font-size: 13px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
}

/*カラーセレクタ*/
.BL{ color:#006699;}
.GR{ color:#336600;}
.GR2{ color:#669933;}
.PK{ color:#FF3366;}
.PK2{ color:#CC0066;}
.RD{ color:#FF0000;}
.RD2{ color:#CC0000;}
.OR{ color:#FF6600;}
.B{ font-weight:bold;}
.U{ text-decoration:underline;}
.S{	font-size:80%;	}
.SS{	font-size:60%;	}

/*基本リンク設定
-------------------------------------------------------------------------------------*/
a {color:#003366;}
a:hover {color:#0099CC;}
a.btn{}
a.btn:hover img{
	filter:alpha(opacity=70);
	-moz-opacity:70.0;	
}
a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity:70.0;	
}

/*見出し設定
-------------------------------------------------------------------------------------*/
h1{ margin:0 0 0 0;}
h2{ margin:0 0 0 0;}
h3{ margin:0 0 0 0;}
h4{ margin:0 0 0 0;}
h5{ margin:0 0 0 0;}
h6{ margin:0 0 0 0;}

/*共通レイアウト

-------------------------------------------------------------------------------------*/

/*大枠
	border-left:solid 1px #999;
	border-right:solid 1px #999;
-------------------------------------------------------------------------------------*/
body{
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	background:#eeeeee;
	}
#Container_out {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background:#fff;
	border-left:solid 1px #666;
	border-right:solid 1px #666;
}
#Container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}

/*ヘッダー
-------------------------------------------------------------------------------------*/
#Header{
	margin:0 0 2px 0;
}
#Header div#Header_box{
/*	margin:10px 0 10px 0;*/
	padding:10px 0 10px 0;
	height:50px;
	width:760px;
}
#Header div#Header_box div#Header_logo{
	margin:5px 0 5px 0;
	height:40px;
	float:left;
}
#Header div#Header_box div#Header_right{
	float:right;
	width:250px;
	height:50px;
}
#Header div#Header_box div#Header_right div#Header_tel{
	float:right;
	height:50px;
}
#Header div#Header_box div#Header_right div#Header_mail{
	float:right;
	height:25px;
}

/*フッター
-------------------------------------------------------------------------------------*/
#Footer{
	clear:both;
}
#Footer div.line{
	background:url(images/common/bg_footer.gif) repeat-x 0 0;
	padding-top:7px;
	text-align:center;
	height:32px;
	line-height:32px;
	margin:0 0 10px 0;
}
#Footer div.line p *{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#Footer div#foot_menu{
	text-align:center;
	margin:0 0 10px 0;
}
#Footer div#foot_menu a{
	color:#333333;
	text-decoration:none;
	font-size:12px;
	}
#Footer div#copyright{
	text-align:center;
	}
#Footer div#copyright p{
	margin:0 0 6px 0;
	font-size:11px;
	}
#Footer div#copyright p a{
	font-size:11px;	
	color:#333333;
	text-decoration:none;
	}	

/*サブページ共通
-------------------------------------------------------------------------------------*/
/*右メニューあり*/
#SubPage{
	clear: both;
	margin:0px 0 20px 0;
	zoom:100%;
}
#SubPage:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

#MainContents{
	float:left;
	width:560px;
	margin:0 0 20px 0;
}
#MainContents img{
}

#RightColumn{
	float:right;
	width:180px;
	margin:0 0 0 20px;
}

#MainContents2{
	float:left;
	width:760px;
	margin:0 0 20px 0;
}
#MainContents2 img{
}

#content{
	float:left;
	width:550px;
	margin:0 0 0 10px;
}

/*右メニュー
-------------------------------------------------------------------------------------*/
/* right_menu MENU */
.right_menu {
	width: 168px;
	letter-spacing: 1px;
	margin: 5px 0 10px 0;
	padding:5px;
	background:#fff;
	border:solid 1px #999;
}

.menutitle{
	padding:5px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #fff;
}

.red{
	background:#cc0000;
}

.blue{
	background:#006666;
}
.orange{
	background:#ff9900;
}

.green{
	background:#99cc00;
}

.right_menu .menuheader {
	background:#fff;
	margin-bottom: 1px;
	text-decoration: none;
	line-height:100%;
	font-size: 12px;
	font-weight: bold;
	text-indent: 1.7em;
	color: #333;
	cursor: hand;
	cursor: pointer;
	display: block;
	position: relative;
	height:22px;
	padding-top:10px;
}

.right_menu .openheader {
	background:#ededed;
	color: #555;
}

.right_menu div.categoryitems ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.right_menu div.menuheader .statusicon {
	position: absolute;
	top: 10px;
	left: 5px;
	border: none;
}

.right_menu div.categoryitems ul li {
	color: #fff;
}

.categoryitems p{
	padding:5px;
	font-size:12px;
}

.right_menu div.categoryitems ul li a {
	color: #000;
	display: block;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 12px;
}

.right_menu div.categoryitems ul li:hover a {
	color: #cc0000;
}

.right_menu div.categoryitems ul li.current a {
	color: #0000cc;
}

#sidebar {
	width: 180px;
	letter-spacing: 1px;
	margin: 5px 0 10px 0;
	padding:5px;
	background:#fff;
}
#sidebar h2 {
	padding:5px;
	line-height: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #000;
	background:#fff;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li a {
	color: #000;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

#sidebar ul li a: visited {
	color: #000;
}

#sidebar ul li a: hover {
	color: #cc0000;
	font-size: 12px;
}

.right_menu_add_tel {
	margin: 20px 0 0 0;
}
.right_menu_add {
	margin: 20px 0 0 0;
}


/* メインコンテンツ
-------------------------------------------------------------------------------------*/

p.assist_top {
	margin: 5px 0px 20px 10px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	line-height:18px;
}

div.main_title {
	clear:both;
	background:url(images/main_title.jpg) no-repeat 0 0 ;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height:40px;
	padding:12px 0px 0px 20px;
	margin:0 0 20px 0;
}
div.main_img img {
	margin: 0px 0px 20px 10px;
}

div.assist_01_b1 {
	clear:both;
	display: block;
	margin: 10px 0px 40px 10px;
	width:550px;
}
div.assist_01_b1_01 {
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
}
div.assist_01_b1_01_l {
	padding-left: 10px;
	height:14px;
	border-left: solid 3px #0000cc;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}
div.assist_01_b1_02 {
	margin: 10px 0px 0px 0px;
}
div.assist_01_b1_02 img {
	background:#999999;
	width:200px;
	float: right;
	margin: 0px 0px 10px 10px;
}
div.assist_01_b1_02 p {
	float: left;
	width:335px;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
}
div.assist_01_b1_03 {
	margin: 10px 0px 0px 0px;
}
div.assist_01_b1_03 img {
	margin: 20px 0px 20px 5px;
}
div.assist_01_b1_03 p {
	padding-left: 5px;
	font-size: 14px;
	color: #333;
}
div.assist_01_b1_04 {
	margin: 30px 0px 0px 55px;
}
div.assist_01_b1_04 a img {
	margin: 10px 0px 0px 0px;
}
div.assist_01_b1_05 {
	margin: 0px 0px 0px 0px;
}
div.assist_01_b1_05 p {
	margin: 0px 0px 0px 0px;
	float: left;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
}

div.assist_01_b2 {
	clear: both;
	display: block;
	margin: 0px 0px 10px 10px;
	width:540px;
}
div.assist_01_b2_01 {
	margin: 0px 0px 0px 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #0000ff;
}
div.assist_01_b2_01_l {
	color:#0000cc;
	padding-left: 0px;
	height:14px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
div.assist_01_b2_02 {
	margin: 10px 0px 40px 0px;
	float: left;
	width:310px;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
}
div.assist_01_b2_02_img {
	margin: 10px 0px 40px 0px;
	width:200px;
	float: right;
}
div.assist_01_b2_02 p {
	float: left;
	width:310px;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
}


div.assist_01_b1_11 {
	margin: 20px 0px 20px 0px;
}
div.assist_01_b1_11 p {
	margin: 0px 0px 20px 0px;
	float: left;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
}
div.assist_01_b1_11_img {
	margin: 20px 0px 20px 15px;
}
div.assist_01_b1_12 {
	margin: 20px 0px 50px 10px;
	font-size: 12px;
}
div.assist_01_b1_12 img {
	margin: 20px 0px 30px 5px;
}
div.assist_01_b1_12 p {
	padding-left: 10px;
	background:#0000cc;
	color: #fff;
	width:530px;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}
div.assist_01_b1_13 {
	margin: 10px 0px 0px 0px;
}
div.assist_01_b1_13 img {
	margin: 20px 0px 30px 5px;
}
div.assist_01_b1_13 p {
	line-height:24px;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
}

div.assist_01_b1_14 {
	margin: 20px 10px 20px 0px;
	height:314px;
}
div.assist_01_b1_14 img {
	background:#999999;
	width:200px;
	float: right;
	margin: 0px 0px 10px 10px;
}
div.assist_01_b1_14 p {
	float: left;
	width:320px;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
	margin: 0px 0px 10px 0px;
}
div.assist_01_b1_14 p.assist_01_b1_14_b {
	float: left;
	width:310px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 10px 0px 10px 10px;
}
div.assist_01_b1_15 {
	margin: 40px 0px 0px 0px;
	width:550px;
}
div.assist_01_b1_16 {
	clear: both;
	margin: 20px 10px 0px 0px;
	width:540px;
	font-size: 12px;
}
div.assist_01_b1_16 img {
	background:#999999;
	width:200px;
	float: right;
	margin: 0px 0px 10px 10px;
}
div.assist_01_b1_16 p {
	float: left;
	width:320px;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
	margin: 0px 0px 10px 0px;
}
div.assist_01_b1_16 p.assist_01_b1_16_b {
	float: left;
	width:310px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 10px 10px;
}
div.assist_01_b1_17 {
	margin: 10px 0px 0px 0px;
	width:550px;
	font-size: 12px;
}
div.assist_01_b1_17 p {
	float: left;
	width:530px;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
	margin: 0px 0px 10px 20px;
}
div.assist_01_b1_17 p.assist_01_b1_17_b {
	float: left;
	width:540px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 10px 10px;
}
div.assist_01_b1_17 img {
	width:480px;
	margin: 20px 0px 20px 40px;
}

div.assist_01_b1_18 {
	margin: 10px 0px 0px 0px;
	width:550px;
	font-size: 12px;
}
div.assist_01_b1_18 p {
	float: left;
	width:540px;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
	margin: 0px 0px 10px 10px;
}
div.assist_01_b1_18 p.assist_01_b1_18_b {
	float: left;
	width:530px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 10px 20px;
}
div.assist_01_b1_18 p.assist_01_b1_18_b_s {
	float: left;
	width:530px;
	padding-left: 55px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 0px 0px 10px 20px;
}
div.assist_01_b1_18_img {
	width:230px;
	float: left;
	margin: 15px 5px 40px 15px;
}
div.assist_01_b1_18_btn {
	width:220px;
	float: left;
	margin: 20px 0px 50px 150px;
}

div.assist_01_b1_19 {
	clear: both;
	margin: 10px 0px 10px 10px;
	width:550px;
}
div.assist_01_b1_19 img {
	float: left;
	margin: 2px 0px 0px 5px;
}
div.assist_01_b1_19 p {
	float: left;
	width:500px;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 0px 0px 10px 10px;
}
div.assist_01_b1_20 {
	margin: 10px 0px 20px 0px;
}
div.assist_01_b1_20 p {
	line-height:24px;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
}

div.assist_01_b1_21 {
	margin: 10px 0px 10px 0px;
}
div.assist_01_b1_21 img {
	margin: 20px 0px 30px 5px;
}
div.assist_01_b1_21 p {
	line-height:22px;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
}
div.assist_01_b1_22 {
	margin: 10px 0px 10px 0px;
}
div.assist_01_b1_22 img {
	margin: 10px 0px 30px 5px;
}
div.assist_01_b1_22 p {
	line-height:24px;
	padding-left: 20px;
	font-size: 16px;
	color: #333;
}
div.assist_01_b1_23 {
	margin: 20px 10px 50px 0px;
}
div.assist_01_b1_23 img {
	margin: 30px 0px 50px 10px;
}
div.assist_01_b1_23 p {
	padding-left: 15px;
	font-size: 14px;
	color: #333;
	margin: 0px 0px 20px 0px;
}
div.assist_01_b1_23_1 {
	line-height:18px;
	width:530px;
	margin: 0px 0px 10px 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #0000ff;
}
div.assist_01_b1_23_1_l {
	color:#0000cc;
	padding-left: 0px;
	height:14px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}


div.assist_01_b1_24 {
	margin: 20px 0px 0px 0px;
}
div.assist_01_b1_24 img {
	margin: 20px 0px 30px 15px;
}
div.assist_01_b1_24 p {
	padding-left: 5px;
	font-size: 14px;
	color: #333;
	margin: 0px 0px 10px 0px;
}

div.assist_01_b1_25 {
	clear: both;
	margin: 10px 0px 10px 10px;
}
div.assist_01_b1_25 img {
	margin: 2px 0px 0px 5px;
}
div.assist_01_b1_25 p {
	padding-left: 5px;
	font-size: 14px;
	color: #333;
	margin: 0px 0px 5px 10px;
}
div.assist_01_b1_25 p.contact {
	padding-left: 5px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 0px 0px 20px 10px;
}
div.assist_01_b1_25 p.orange_tel {
	padding-left: 25px;
	font-size: 32px;
	color: #ff6600;
	font-weight: bold;
	margin: 0px 0px 20px 30px;
}
div.assist_01_b1_25 p.blue_mail {
	padding-left: 25px;
	font-size: 22px;
	color: #0000cc;
	font-weight: bold;
	margin: 0px 0px 20px 30px;
}
div.assist_01_b1_25 p.web_mail {
	padding-left: 10px;
	background:#0000cc;
	color: #fff;
	width:500px;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0px 20px 10px;
}





div.assist_01_b4 {
	clear:both;
	display: block;
	margin: 10px 0px 40px 10px;
	width:540px;
}
div.assist_01_b4 p{
	margin: 0px 0px 20px 10px;
	font-size: 14px;
	color: #333;
}
div.assist_01_b4_01 {
	width:540px;
	color:#333333;
	background-color:#d4e9e5;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-size: 14px;
	margin: 0px 0px 15px 0px;
}
div.assist_01_b4_02 {
	clear:both;
}
div.assist_01_b4_02_img {
	width:200px;
	float: right;
	margin: 0px 0px 10px 20px;
}
div.assist_01_b4_02_img p {
	padding-left: 5px;
	padding-top: 5px;
	font-size: 10px;
	color: #0000cc;
}
div.assist_01_b4_02_img p a {
	text-decoration: none;
}
div.assist_01_b4_02 p {
	float: left;
	width:315px;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
	margin: 0px 0px 10px 0px;
}
div.assist_01_b4_03 {
	clear:both;
	width:510px;
	border-top: solid 1px #cccccc;
	padding-top: 20px;
	margin: 10px 0px 10px 20px;
}
div.assist_01_b4_04 {
	float: left;
	width:150px;
	margin: 0px 20px 0px 0px;
}
div.assist_01_b4_04 p {
	text-align:center;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
	margin: 0px 0px 10px 0px;
}
div.assist_01_b4_04 img {
	margin: 0px 0px 20px 0px;
}

div.assist_01_b1_99 {
	display: block;
	height:20px;
	clear: both;
	width:560px;
	margin: 30px 0px 0px 0px;
}
div.assist_01_b1_99 div.assist_01_b1_99_left {
	padding-left: 5px;
	float: left;
	font-size: 14px;
	width:100px;
}
div.assist_01_b1_99 div.assist_01_b1_99_left a {
	text-decoration: none;
}
div.assist_01_b1_99 div.assist_01_b1_99_center {
	text-align:center;
	padding-left: 0px;
	float: left;
	font-size: 14px;
	width:350px;
}
div.assist_01_b1_99 div.assist_01_b1_99_center a {
	text-decoration: none;
}
div.assist_01_b1_99 div.assist_01_b1_99_right {
	text-align:right;
	padding-right: 5px;
	float: right;
	font-size: 14px;
	width:100px;
}
div.assist_01_b1_99 div.assist_01_b1_99_right a {
	text-decoration: none;
}


div.assist_01_b3 {
	display: block;
	margin: 30px 0px 10px 10px;
	width:550px;
}
div.assist_01_b3_01 {
	padding-bottom: 5px;
	border-bottom: solid 1px #cc0000;
}
div.assist_01_b3_01_l {
	padding-left: 10px;
	height:14px;
	border-left: solid 3px #cc0000;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}
div.assist_01_b3_02 {
	margin: 10px 0px 0px 0px;
}
div.assist_01_b3_02_d {
	clear : both;
	display : block;
	margin: 10px 0px 10px 0px;
}
div.assist_01_b3_02_d div.hizuke {
	float: left;
	width:145px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
div.assist_01_b3_02_d div.title {
	float: right;
	width:390px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
div.assist_01_b3_02_d div.naiyo {
	float: right;
	width:390px;
	font-size: 14px;
	color: #333;
}



div.top_btn {
	margin: 5px 0px 30px 0px;
	height:125px;
}
img.top_01 {
	margin: 0px 5px 5px 0px;
	float: left;
}
img.top_02 {
	margin: 0px 0px 5px 0px;
	float: left;
}
img.top_03 {
	margin: 0px 5px 0px 0px;
	float: left;
}
img.top_04 {
	margin: 0px 0px 0px 0px;
	float: left;
}

table{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}
table.table_env1{
	margin: 0px 15px 30px 15px;
}
table.table_env2{
	margin: 0px 15px 30px 15px;
}
td.table_th{
	width:150px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#0000cc;
	background-color:#d4e9e5;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
 td.table_td{
	width:350px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:0.3em 1em;
}

table.table_seminer{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin: 30px 0px 30px 15px;
}
td.table_seminer_th{
	width:180px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#0000cc;
	background-color:#ffffff;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
	font-weight: bold;
}
td.table_seminer_td{
	width:300px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:0.3em 1em;
	text-align:center;
}

/* CLEAR FIX
-------------------------------------------------------------------------------------*/
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearFix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/

/* lavaLampWithImage
-------------------------------------------------------------------------------------*/
.lavaLampWithImage {
    position: relative;
    height: 29px;
    width: 421px;
    background: url("images/lavabg.png") no-repeat top;
    padding: 15px;
    margin: 10px 0;
    overflow: hidden;
}
        .lavaLampWithImage li {
            float: left;
            list-style: none;
        }
            .lavaLampWithImage li.back {
                background: url("images/lava.png") no-repeat right -30px;
                width: 9px; height: 30px;
                z-index: 8;
                position: absolute;
            }
                .lavaLampWithImage li.back .left {
                    background: url("images/lava.png") no-repeat top left;
                    height: 30px;
                    margin-right: 9px; /* 7px is the width of the rounded shape */
                }
            .lavaLampWithImage li a {
                font: bold 14px arial;
                text-decoration: none;
                color: #fff;
                outline: none;
                text-align: center;
                top: 7px;
                text-transform: uppercase;
                letter-spacing: 0;
                z-index: 10;
                display: block;
                float: left;
                height: 30px;
                position: relative;
                overflow: hidden;
                margin: auto 10px;    
            }
                .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                    border: none;
                }


div.ddsg-wrapper {
	margin: 10px 0px 0px 10px;
}
div.ddsg-wrapper h2 {
	margin: 10px 0px 0px 0px;
	font-size: 14px;
}
div.ddsg-wrapper ul {
	margin: 0;
	padding: 0;
}
div.ddsg-wrapper ul li {
	color: #000;
}

div.ddsg-wrapper ul li a {
	margin: 5px 0px 0px 20px;
	color: #0000cc;
	text-decoration: none;
	font-size: 12px;
}

/* contact-form
-------------------------------------------------------------------------------------*/
p.contact_p {
	margin: 5px 0px 20px 40px;
	color: #333333;
	font-size: 14px;
	line-height:18px;
}
p.contact_s {
	margin: 5px 0px 20px 30px;
	color: #333333;
	font-size: 14px;
	line-height:18px;
}

.form_title{text-align:center;color:#aa0000;padding:0px;}
form#contact-form {margin:0px auto;padding:0px;width:500px;font-size:12px;}
#contact-form {margin:0px auto;padding:0px;width:500px;font-size:12px;}
#contact-form strong{color:#336699;}
#contact-form .hissu{color:#ff3300;font-size:14px;}
#contact-form .pan{color:#777777;padding:5px;text-align:center;background:#fafafa;border:1px solid #dddddd;;margin-bottom:5px;}
#contact-form .send{text-align:center;padding:10px;}
#contact-form .message{padding:10px;}
#contact-form .info{color:#666666;}
#contact-form table{border:1px solid #dddddd;margin:0px auto;padding:2px;width:500px;}
#contact-form th{
	background:#f1f1f1;font-size:12px;border-right:1px solid #cccccc;border-bottom:1px solid #dddddd;border-left:1px solid #cccccc;
	padding:5px 10px 1px 10px;text-align:left;width:150px;
}
#contact-form td{
	background:#fafafa;font-size:12px;border-right:1px solid #dddddd;border-bottom:1px solid #dddddd;
	padding:1px 5px 1px 5px;
}
#contact-form th.top{border-top:1px solid #cccccc;}
#contact-form td.top{border-top:1px solid #dddddd;}
#contact-form textarea{width:98%;}

#contact-form table.preview th{padding:5px 10px;}
#contact-form table.preview td{padding:5px 10px;}
#contact-form .error_message{border:1px solid #dd3300;background:#fee1e1;padding:10px;font-size:14px;color:#dd3300;}
#contact-form th.th_gray{
	background:#cccccc;font-size:12px;border-right:1px solid #cccccc;border-bottom:1px solid #dddddd;border-left:1px solid #cccccc;
	padding:5px 10px 1px 10px;text-align:left;width:150px;}

/* before wordpress */

#content {
	font-size: 1.2em;
	}

#content .widecolumn .entry p {
	font-size: 1.05em;
	}

#content .narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

#content .widecolumn {
	line-height: 1.6em;
	}

#content .narrowcolumn .postmetadata {
	text-align: center;
	}

#content .thread-alt {
	background-color: #f8f8f8;
}
#content .thread-even {
	background-color: white;
}
#content .depth-1 {
border: 1px solid #ddd;
}

#content .even, .alt {

	border-left: 1px solid #ddd;
}

#content small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#content h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

#content h1 {
	font-size: 4em;
	text-align: center;
	}

#content #headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#content h2 {
	font-size: 1.6em;
	}

#content h2.pagetitle {
	font-size: 1.6em;
	}

#content #sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#content h3 {
	font-size: 1.3em;
	}

#content h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

#content h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

#content h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

#content .entry p a:visited {
	color: #b85b5a;
	}

#content .sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
#content .sticky h2 {
	padding-top: 10px;
	}

#content .commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#content .commentlist li ul li {
	font-size: 1em;
}

#content .commentlist li {
	font-weight: bold;
}

#content .commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

#content .commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

#content .commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#content #commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#content .commentmetadata {
	font-weight: normal;
	}

#content #sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#content small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

#content code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

#content acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#content a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

#content a:hover {
	color: #147;
	text-decoration: underline;
	}

#content #wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#content #wp-calendar a {
	text-decoration: none;
	}

#content #wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#content #wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#content #content {
	float: left;
	width: 400px;
	margin-top:20px;
	margin-bottom:50px;
}
#content .narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 350px;
	}

#content .widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width: 350px;
	}

#content .post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

#content .post hr {
	display: block;
	}

#content .widecolumn .post {
	margin: 0;
	}

#content .narrowcolumn .postmetadata {
	padding-top: 5px;
	}

#content .widecolumn .postmetadata {
	margin: 30px 0;
	}

#content .widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#content .widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#content .postmetadata {
	clear: both;
}

#content .clear {
	clear: both;
}

#content #footer {
	padding: 0;
	margin: 0 auto;
	width: 660px;
	clear: both;
	}

#content #footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
#content h1 {
	padding-top: 70px;
	margin: 0;
	}

#content h2 {
	margin: 30px 0 0;
	}

#content h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#content #sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#content h3 {
	padding: 0;
	margin: 30px 0 0;
	}

#content h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
#content p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

#content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#content img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

#content img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

#content .alignright {
	float: right;
	}

#content .alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

#content .entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

#content .entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#content .entry ol li {
	margin: 0;
	padding: 0;
	}

#content .postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#content #sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#content #sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#content #sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#content #sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#content #sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#content ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#content #sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#content #searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#content #sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#content #sidebar #searchsubmit {
	padding: 1px;
	}

#content .entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#content select {
	width: 130px;
	}

#content #commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#content #commentform {
	margin: 5px 10px 0 0;
	}
#content #commentform textarea {
	width: 100%;
	padding: 2px;
	}
#content #respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#content #commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
#content .alt {
	margin: 0;
	padding: 10px;
	}

#content .commentlist {
	padding: 0;
/*	text-align: justify; */
	}

#content .commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
#content .commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

#content .commentlist p {
	margin: 10px 5px 10px 0;
}
#content .children { padding: 0; }

#content #commentform p {
	margin: 5px 0;
	}

#content .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#content .commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/*	margin-left: 445px; */
#content #sidebar
{
	padding: 20px 0 10px 0;
	float: right;
	width: 190px;
	}

#content #sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#content #wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#content #wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#content #wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#content #wp-calendar a {
	display: block;
	}

#content #wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#content #wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#content #wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
#content acronym, abbr, span.caps {
	cursor: help;
	}

#content acronym, abbr {
	border-bottom: 1px dashed #999;
	}

#content blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

#content blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

#content .center {
	text-align: center;
	}

#content .hidden {
	display: none;
	}
	
#content .screen-reader-text {
     position: absolute;
     left: -1000em;
}

#content hr {
	display: none;
	}

#content a img {
	border: none;
	}

#content .navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
#content .aligncenter,
#content div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#gallery-1 a  {
	text-decoration:none;
}


