@charset "utf-8";
@import"digi.css";
/*********************** フォント **/

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*********************** mozilaフォントバグ **/

* {
	font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
}

/******************************************************* 初期リセット **/

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	line-height: 1.01;
	font-size: 100%;
	font-weight: normal;
}

body {
	font-size: 0.9em;
	background: url(../images/common/bg_body.gif) 0 0 repeat-x #feeadf;
}

ul, li {
	list-style-type: none;
}

em {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #fb3473;	
}

/**************************************************************** hide **/

.hide {
	display: none !important;
}


/************************************************************ clearfix **/

.clearfix:after {
	content: url(../images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }


/*************************************************************** header **/

#header {
	padding: 5px 15px 0 15px;
	width: 820px;
	margin: 0 auto;
}

#header h1 {
	padding: 21px 0 3px 0;
	float: left;
}

#header p {
	float: right;
}

#con_bottom {
	clear: both;
	background: url(../images/common/bg_con_bottom.png) 0 bottom no-repeat;
	padding: 0 0 19px 0;
	width: 856px;
	margin: 0 auto 15px;
}

* html #con_bottom {
	background: url(../images/common/bg_con_bottom.gif) 0 bottom no-repeat;
}

#con_top {
	background: url(../images/common/bg_top.gif) 0 0 no-repeat;
	padding: 25px 0 0 0;
}

/************************************************************* #content ***/

#content {
	width: 850px;
	padding: 0 3px;
	font-size: 0.86em;
	background: url(../images/common/bg_con.png) 0 0 repeat-y;
}

* html #content {
	background: url(../images/common/bg_con.gif) 0 0 repeat-y;
}



/*************************************************************** right **/
#left {
	width:180px;
	padding: 0 15px 0 15px;
	float: left;
	font-size: 12px;
}

#left .contact {
	margin: 0 0 8px;
}

#left .topMenu {
	background: url(../images/common/bg_bt4.gif) 0 0 no-repeat;
	height: 79px;
	padding: 3px 3px 0;
	margin: 0 0 8px;
}

#left .topMenu li {
	margin: 0 0 3px 0;
}

#left h2 {
	margin: 0 0 1px;
}

#left p.menu1 {
	margin: 0 0 8px;
}

#left .menu1 a {
	background: url(../images/common/bg_bt1.gif) 0 0 no-repeat;
	height: 33px;
	line-height: 33px;
	display: block;
	padding: 0 0 0 20px;
	width: 160px;
}

#left .menu1 a:hover,#left p.menu1,#left li.menu1 {
	background: url(../images/common/bg_bt1_on.gif) 0 0 no-repeat;
}


#left ul.menu2 {
	margin: 0 0 8px;
}

#left ul.menu2 li,#left ul.menu1 li {
	margin: 1px 0 0 0;
}

#left ul.menu2 a {
	background: url(../images/common/bg_bt2.gif) 0 0 no-repeat;
	height: 33px;
	line-height: 33px;
	display: block;
	padding: 0 0 0 20px;
	width: 160px;
}

#left ul.menu2 a:hover,#left ul.menu2 {
	background: url(../images/common/bg_bt1_on.gif) 0 0 no-repeat;
}

#left li.menu3 a {
	background: url(../images/common/bg_bt3.gif) 0 0 no-repeat;
	height: 41px;
	display: block;
	padding: 8px 0 0 20px;
	width: 160px;
	line-height: 1.5;
}

#left li.menu3 a:hover,#left li.menu3 {
	background: url(../images/common/bg_bt2_on.gif) 0 0 no-repeat;
	
}


/*************************************************************** right **/
#right {
	width:625px;
	float: left;
	padding: 4px 0 0 0;
}


/************************************************************ clearfix **/

#right:after {
	content: url(../images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

#right { display: inline-block; }
#right { display: block; }



/*************************************************************** footer **/

/****************************************************************** under  **/

.underMenu {
	clear: both;
	width: 850px;
	margin: 0 auto 6px;
	font-size: 0.86em;
}

.underMenu dt {
	float: left;
	text-align: right;
	width: 252px;
	color: #5b95b2;
	font-weight: bold;
}

.underMenu dd {
	float: left;
	padding: 0 5px 0 5px;
	border-right: 1px solid #006699;
}

.underMenu dd.last {
	border: none;
}

.bottom {
	margin-bottom: 18px;
}

ul.footer {
	text-align: center;
	padding: 5px 0 5px;
	font-size: 0.86em;
	background: #a6d9e2;
	margin: 0 0 1px 0;
}

ul.footer li {
	display: inline;
	padding: 0 5px 0 7px;
	border-right: 1px solid #006699;
}

ul.footer .last {
	border: none;
}





address {
	clear: both;
	text-align: center;
	font-style: normal;
	color: #fff;
	padding: 5px 0 5px;
	font-size: 0.86em;
	background: #39aabe;

}

address a {
	color: #cc0000;
}



/***************************************************************************************** テンプレ部分ここまで**/


