@charset "utf-8";






/* formatting styles
-----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f2f2f2;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 180%;
	color: #4d4d4d;
}
hr {
	display: none;
}
a img {
	border-style: none;
}
.clear {
	clear: both;
}
.text_standard {
	margin-bottom: 12px;
}
.text_red_bold {
	color: #d20000;
	font-weight: bold;
}

.text_small {
	font-size: 10px;
	line-height: 150%;
}







/* link styles
-----------------------*/
a:link {
	color: #327db9;
	text-decoration: underline;
}
a:visited {
	color: #6E0096;
	text-decoration: underline;
}
a:hover {
	color: #327db9;
	text-decoration: none;
}
a:active {
	color: #327db9;
	text-decoration: none;
}






/* container styles
-----------------------*/
#container {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	background-color: #FFFFFF;
}






/* head styles
-----------------------*/
#head {
	position: relative;
	background-image: url(../images/back_head.gif);
	background-repeat: repeat-x;
	height: 137px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
}
#head h1 {
	height: 107px;
	width: 232px;
	position: absolute;
	left: 0px;
	top: 30px;
}
#head ul {
	height: 27px;
	width: 325px;
	top: 3px;
	right: 0px;
	position: absolute;
}
#head ul li {
	float: left;
	list-style: none;
}
#head p#head_tel {
	height: 107px;
	width: 160px;
	position: absolute;
	top: 30px;
	right: 25px;
}






/* global_navi styles
-----------------------*/
#global_navi {
	height: 55px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#global_navi ul li {
	float: left;
	list-style: none;
}
#global_navi img {
	vertical-align: top;
}






/* main styles
-----------------------*/
#main {
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}






/* left_bar styles
-----------------------*/
#left_bar {
	width: 221px;
	float: left;
}
#left_bar ul#side_navi {
	border-top: 3px solid #c3d7e6;
	border-bottom: 3px solid #c3d7e6;
	margin-bottom: 20px;
}
#left_bar   ul#side_navi   li.text_navi a  {
	display: block;
	background-image: url(../images/icon_square_03.gif);
	background-position: 5px center;
	background-color: #f0f5ff;
	background-repeat: no-repeat;
	height: 25px;
	text-indent: 19px;
	color: #327db9;
	line-height: 25px;
}
#left_bar ul#side_navi li.text_navi a:hover {
	background-color: #e1ebfa;
}
#left_bar ul#side_navi li.text_navi_off {
	display: block;
	background-image: url(../images/icon_square_03.gif);
	background-position: 5px center;
	background-color: #e1ebfa;
	background-repeat: no-repeat;
	height: 25px;
	text-indent: 19px;
	line-height: 25px;
}

#left_bar ul li {
	list-style: none;
	margin-bottom: 1px;
}
#left_bar img {
	list-style: none;
	vertical-align: top;
}






/* right_bar styles
-----------------------*/
#right_bar {
	width: 657px;
	float: right;
}






/* contents styles
-----------------------*/
#contents {
	width: 637px;
	margin-right: auto;
	margin-left: auto;
}
#contents p#bread {
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 100%;
}
#contents p#bread a:link {
	color: #327db9;
	text-decoration: underline;
}
#contents p#bread a:visited {
	color: #327db9;
	text-decoration: underline;
}
#contents p#bread a:hover {
	color: #327db9;
	text-decoration: none;
}
#contents p#bread a:active {
	color: #327db9;
	text-decoration: none;
}
#contents h3.text {
	background-image: url(../images/page_pic_02.gif);
	height: 32px;
	width: 637px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#contents .enter_15 {
	height: 15px;
	clear: both;
}
#contents .enter_30 {
	height: 30px;
	clear: both;
}
#contents .enter_50 {
	height: 50px;
	clear: both;
}
#contents table.matrix {
	width: 100%;
	border-collapse: collapse;
}
#contents table.matrix th {
	font-weight: bold;
	background-image: url(../images/icon_square_01.gif);
	background-position: left center;
	padding-left: 13px;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
	width: 95px;
	border-bottom: 1px dotted #CCCCCC;
}
#contents table.matrix th.long {
	font-weight: bold;
	background-image: url(../images/icon_square_01.gif);
	background-position: left center;
	padding-left: 13px;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
	width: 150px;
	border-bottom: 1px dotted #CCCCCC;
}
#contents table.matrix th.short {
	font-weight: bold;
	background-image: url(../images/icon_square_01.gif);
	background-position: left center;
	padding-left: 13px;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
	width: 70px;
	border-bottom: 1px dotted #CCCCCC;
}
#contents table.matrix td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}






/* right_bar_tel styles
-----------------------*/
#right_bar_tel {
	margin-top: 25px;
	clear: both;
}






/* contact styles
-----------------------*/
#contact li {
	background-image: url(../contact/images/index_pic_01.gif);
	padding-left: 23px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	list-style: none;
}
#contact p.question {
	background-image: url(../contact/images/index_pic_01.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	margin-bottom: 5px;
	font-weight: bold;
}
#contact p.answer {
	background-image: url(../contact/images/index_pic_02.gif);
	background-repeat: no-repeat;
	margin-left: 23px;
	padding-left: 23px;
	margin-bottom: 5px;
}
#contact .top {
	text-align: right;
	margin-bottom: 30px;
}
#contact #submit {
	margin-top: 10px;
	text-align: center;
}
#contact #thanks {
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
}
#contact #thanks p#logo {
	margin-top: 80px;
	margin-bottom: 10px;
}






/* topics styles
-----------------------*/
#topics dl.topics {
	background-color: #f0f5ff;
	clear: both;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#topics dl.topics dt {
	float: right;
	padding-right: 5px;
	width: 150px;
	text-align: right;
}
#topics dl.topics dd {
	list-style: none;
	background-image: url(../images/icon_square_01.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 18px;
	font-weight: bold;
}
#topics p.press {
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
}
#topics h4 {
	background-image: url(../images/icon_square_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
}
#topics ul {
	padding-left: 20px;
	margin-bottom: 12px;
}
#topics table.graph {
	width: 100%;
	border-collapse: collapse;
}
#topics table.graph th {
	font-weight: bold;
	width: 95px;
	background-color: #3c8cc8;
	padding: 3px;
	border: 1px solid #c8dce1;
	color: #FFFFFF;
}
#topics table.graph td {
	padding: 3px;
	border: 1px solid #c8dce1;
	background-color: #fafcff;

}






/* sitemap styles
-----------------------*/
#sitemap ul.line {
	border-top: 1px dotted #CCCCCC;
}
#sitemap ul.line li.square {
	border-bottom: 1px dotted #CCCCCC;
	background-image: url(../images/icon_square_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#sitemap ul.line li.text {
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 13px;
	list-style: url(none) none;
	padding-top: 5px;
	padding-bottom: 5px;
}






/* privacy styles
-----------------------*/
#privacy ol {
	padding-left: 30px;
}






/* links styles
-----------------------*/
#links .inner .left {
	width: 230px;
	float: left;
}
#links .inner img {
	border: 1px solid #CCCCCC;
}
#links .inner .right {
	width: 395px;
	float: right;
}
#links .inner .right h3 {
	background-image: url(../images/page_pic_02.gif);
	height: 32px;
	width: 375px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#links .inner .right p.url {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}






/* works styles
-----------------------*/
#works .inner .right {
	float: right;
	width: 427px;
	height: 150px;
	position: relative;
}
#works .inner .right h3 {
	background-image: url(../images/page_pic_02.gif);
	height: 32px;
	width: 407px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#works .inner .right p.place {
	font-weight: bold;
}
#works .inner .right p.logo {
	margin-top: 10px;
}
#works .inner .right p.button {
	height: 26px;
	width: 150px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}






/* works_sample styles
-----------------------*/
#works_sample h3#name {
	margin-bottom: 30px;
	margin-top: 30px;
}
#works_sample  p.text_alert {
	font-size: 10px;
	line-height: 150%;
	margin-top: 5px;
}

#works_sample h4 {
	margin-top: 20px;
	margin-bottom: 7px;
}
#works_sample p#caption {
	margin-top: 20px;
}
#works_sample #left {
	width: 240px;
	float: left;
}
#works_sample #right {
	float: right;
	width: 363px;
}
#works_sample #right p.preview_space {
	float: left;
	width: 90px;
	margin-bottom: 1px;
	margin-right: 1px;
}
#works_sample #right p.preview {
	float: left;
	margin-bottom: 1px;
	width: 90px;
}
#works_sample #right p#draw {
	margin-top: 40px;
	text-align: center;
}






/* support styles
-----------------------*/
#support .inner .right {
	float: right;
	width: 427px;
	position: relative;
}
#support .inner .right h3 {
	background-image: url(../images/page_pic_02.gif);
	height: 32px;
	width: 407px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#support .inner .right h4 {
	background-image: url(../images/icon_square_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
}






/* fascination styles
-----------------------*/
#fascination .inner .right_1 {
	float: right;
	width: 479px;
	position: relative;
}
#fascination .inner .right_2 {
	float: right;
	width: 337px;
	position: relative;
}
#fascination p.text_enter {
	margin-top: 12px;
}
#fascination h4 {
	background-image: url(../images/icon_square_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 30px;
	font-size: 12px;
}
#fascination ul {
	padding-left: 20px;
}
#fascination table.graph {
	width: 100%;
	border-collapse: collapse;
}
#fascination table.graph th.graph_1 {
	font-weight: bold;
	width: 50%;
	background-color: #3c8cc8;
	padding: 3px;
	border: 1px solid #c8dce1;
	color: #FFFFFF;
}
#fascination table.graph th.graph_2 {
	font-weight: bold;
	width: 25%;
	background-color: #3c8cc8;
	padding: 3px;
	border: 1px solid #c8dce1;
	color: #FFFFFF;
}
#fascination table.graph td {
	padding: 3px;
	border: 1px solid #c8dce1;
	background-color: #fafcff;

}
#fascination table.graph td.center {
	padding: 3px;
	border: 1px solid #c8dce1;
	background-color: #fafcff;
	text-align: center;
}
#fascination .text_back {
	padding: 7px 20px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #a0c3d7;
	background-color: #fafcff;
}






/* about styles
-----------------------*/
#about p.left {
	float: left;
	width: 199px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 20px;
}
#about p.right {
	float: left;
	width: 199px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#about .inner_1 .right_1 {
	width: 395px;
	float: right;
}
#about .inner_1 .right_2 {
	width: 265px;
	float: right;
}
#about .inner_2 {
	float: left;
	width: 300px;
	margin-right: 37px;
	margin-bottom: 0px;
}
#about .inner_3 {
	float: left;
	width: 300px;
	margin-bottom: 30px;
}
#about p.caption {
	margin-top: 5px;
}
#about h4 {
	background-image: url(../images/icon_square_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
}






/* link styles
-----------------------*/
#link {
	height: 42px;
	background-image: url(../images/back_link.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #e6e6e6;
	border-bottom: 3px solid #326eb9;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	text-align: center;
	line-height: 42px;
}
#link a:link {
	color: #327db9;
	text-decoration: underline;
}
#link a:visited {
	color: #327db9;
	text-decoration: underline;
}
#link a:hover {
	color: #327db9;
	text-decoration: none;
}
#link a:active {
	color: #327db9;
	text-decoration: none;
}






/* foot styles
-----------------------*/
#foot {
	height: 85px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back_foot.gif);
	background-repeat: repeat-x;
	position: relative;
}
#foot p#privacy {
	left: 0px;
	top: 0px;
}
#foot p#pagetop {
	position: absolute;
	top: 0px;
	right: 0px;
}
#foot address {
	position: absolute;
	left: 0px;
	top: 60px;
}
