@charset "shift_jis";

/* Universal selector
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.7;
	text-decoration: none;
	background-color: transparent;
	}

/* Structure Module
---------------------------------------*/
body {
	font-family: "ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒNW3" , "ƒƒCƒŠƒI" , "‚l‚r ‚oƒSƒVƒbƒN", Verdana, sans-serif;
	font-size: 12px;
	background: #7f342b url(../images/common/body_bg.jpg) no-repeat center top;
	}

/* Text Module
---------------------------------------*/



p {
	margin: 0 0 15px;
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both; 
	font-size: 100%; 
	font-weight: normal;
	margin: 0; 
	padding: 0;
	color:#FFFFFF;
	}
	
/*
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 15px;
	line-height: 1.0;
	font-weight: bold;
	letter-spacing: -2px;
	}
h1 {
	padding-left: 10px;
	font-size: 320%;
	color: #555;
	border-left: 6px solid #ccc;
	}
h2 {
	padding: 8px 10px 8px 25px;
	font-size: 14px;
	color: #CE1370;
	border-bottom: 2px solid #ccc;
	background: url(../images/common/h1_bg.gif);
	}
h3 {
	padding: 8px 10px 8px 25px;
	font-size: 14px;
	color: #78347a;
	border-bottom: 2px solid #ccc;
	background: url(../images/common/h1_bg.gif);
	}
h4 {
	font-size: 200%;
	color: #600;
	}
h5 {
	font-size: 180%;
	color: #600;
	}
h6 {
	margin: 0 0 15px 15px;
	padding: 0;
	font-size: 140%;
	font-family: Verdana, sans-serif;
	color: #78347a;
	}
*/
	
em {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	color: #600;
	}
strong {
	font-size: 120%;
	}
hr {
	clear: both;
	visibility: hidden;
	}
iframe {
	margin-bottom: 20px;
	}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: none;
	}
a:link,
a:visited {
	color: #cd4c9e;
	}
a:hover {
	color: #fd06a2;
	}
a:active,
a:focus {
	outline: none;
	}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	}

/* List Module
---------------------------------------*/
ul,
ol {
	margin: 0 0 20px 30px;
	}
li {
	margin: 0 0 5px;
	}

/* Table Module
-----------------------------------------------------------------------------------------*/
table {
	margin: 0 0 25px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	}
td,
th {
	padding: 4px 10px;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	}
td {
	border-left: 1px solid #ccc;
	background: #fff;
	}
thead th {
	color: #fff;
	border-left: 1px solid #ccc;
	background: #953f53;
	}
tbody th {
	font-weight: normal;
	text-align: left;
	color: #633;
	background: url(../images/common/topicpath_bg.gif) no-repeat;
	}
tfoot th {
	font-weight: normal;
	background: #e8dade;
	}

/* Forms Module
---------------------------------------*/
input,
textarea {
	padding: 3px;
	color: #444;
	font-size: 12px;
	border: 1px solid #c8347a;
	background: #fff;
	}
select {
	padding: 3px;
	color: #444;
	background: #fff;
	}
option {
	color: #444;
	}
input:focus,
	textarea:focus {
	background: #ffc;
	color: #444;
	}
button {
	padding: 3px 20px;
	color: #fff;
	font-size: 10px;
	border-bottom: 1px solid #777;
	background: #cd4c9e;
	}

/* layout
---------------------------------------*/
#wrap {
	margin: 0 auto;
	width: 850px;
	}
#header {
	margin: 10px 0 20px;
	width: 850px;
	}
.logo {
	float: left;
	width: 239px;
	}
.phone {
	float: right;
	width: 611px;
	text-align: right;
	}
.phone p {
	margin: 20px 0 3px;
	color: #fff;
	font-size: 10px;
	}
#header ul {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 850px;
	list-style-type: none;
	}
#header li {
	margin: 0;
	padding: 0;
	float: left;
	}
.topicpath {
	clear: both;
	width: 850px;
	height: 37px;
	background: url(../images/common/topicpath_bg.gif) no-repeat;
	}
.topicpath ul {
	margin: 0 auto;
	padding: 8px 0 0;
	width: 800px;
	list-style-type: none;
	}
.topicpath li {
	display: inline;
	font-size: 10px;
	}
.topicpath li a {
	margin-right: 5px;
	padding-right: 15px;
	background: url(../images/common/topicpath.gif) no-repeat right 50%;
	}

#content {
	overflow: hidden;
	margin-bottom: 5px;
	padding: 20px 0 10px;
	width: 850px;
	background: #fff url(../images/common/content_bg.gif) no-repeat top;
	}
#leftside {
	position: relative;
	left: 30px;
	float: left;
	width: 550px;
	}
#rightside {
	position: relative;
	right: 25px;
	float: right;
	width: 210px;
	}

#footer {
	overflow: hidden;
	margin-bottom: 25px;
	padding: 25px 0 0;
	width: 850px;
	font-size: 10px;
	background: #611814;
	}
#footer p {
	color: #fff;
	}
#footer ul li {
	margin: 0;
	color: #cd4c9e;
	}
#footer ul li a {
	color: #fff;
	}
#footer ul li a:hover {
	color: #cd4c9e;
	}
.footer_box1,
.footer_box2,
.footer_box3 {
	float: left;
	width: 160px;
	}
.footer_box1 {
	position: relative;
	left: 12px;
	}
.footer_box4 {
	float: right;
	width: 357px;
	}

/* layout [index]
---------------------------------------*/
#index #content {
	overflow: hidden;
	margin-bottom: 5px;
	padding: 20px 0 10px;
	width: 850px;
	background: #fff;
	}
#index #leftside {
	position: relative;
	left: 25px;
	float: left;
	width: 210px;
	}
#index #center {
	position: relative;
	left: 50px;
	float: left;
	width: 331px;
	}
#index #rightside {
	position: relative;
	right: 25px;
	float: right;
	width: 210px;
	}

dl.news {
	margin-bottom: 25px;
	padding: 15px 15px 0;
	border: 1px solid #ccc;
	background: #faeeef;
	}
.news dt {
	color: #cd4c9e;
	}
.news dd {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 1.3;
	}



/* layout [about]
---------------------------------------*/
.orner {
	padding-right: 250px;
	background: url(../images/about/orner.jpg) no-repeat right;
	}

/* layout [qa]
---------------------------------------*/
dl.faq {
	margin-bottom: 25px;
	}
.faq dt {
	color: #633;
	font-size: 14px;
	font-weight: bold;
	}
.faq dd {
	margin-bottom: 10px;
	padding: 0 0 10px 40px;
	border-bottom: 1px dotted #555;
	}
.faq span {
	margin-right: 10px;
	color: #f36;
	font-size: 30px;
	font-family: Times;
	font-weight: normal;
	}

/* layout [staff]
---------------------------------------*/
.staffbox {
	margin-bottom: 25px;
	padding: 25px;
	background: url(../images/staff/paper.jpg) no-repeat;
	border-bottom: 1px solid #ccc;
	}
.staffphoto {
	float: right;
	width: 175px;
	}
.staffprofile {
	float: left;
	width: 300px;
	}
.staffprofile dt {
	float: left;
	width: 70px;
	color: #cd4c9e;
	}
.staffprofile dd {
	float: left;
	margin-bottom: 10px;
	width: 230px;
	}

/* layout [access]
---------------------------------------*/
dl.data {
	overflow: hidden;
	margin-bottom: 25px;
	}
.data dt {
	float: left;
	width: 70px;
	color: #cd4c9e;
	}
.data dd {
	float: left;
	margin-bottom: 5px;
	width: 480px;
	}

/* layout [form_mail]
---------------------------------------*/
dl.contactform {
	overflow: hidden;
	margin-bottom: 25px;
	}
.contactform dt {
	float: left;
	width: 80px;
	color: #cd4c9e;
	}
.contactform dd {
	float: left;
	margin-bottom: 15px;
	width: 470px;
	}
.inputwidth {
	width: 300px;
	}
.inputwidth2 {
	width: 450px;
	}
.contactform label {
	float: left;
	width: 150px;
	}

/* Section
---------------------------------------*/
.section1 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px 0 20px;
	border: 1px solid #ccc;
	background: url(../images/staff/paper.jpg) no-repeat;
	}
.section2 {
	clear: both;
	overflow: auto;
	margin-bottom: 20px;
	padding: 10px 20px 0 20px;
	height: 270px;
	border: 3px solid #ccbcbc;
	background: #fbf5fd;
	}
.section3 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px 0 20px;
	border: 3px solid #eca5e8;
	background: #fbf5fd;
	}

/* Images
---------------------------------------*/
.imgtop {
	margin-bottom: 20px;
	}
.imgtop2 {
	margin-bottom: 10px;
	}
.imgtop3 {
	margin-bottom: 7px;
	}
.imgleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	}
.imgright {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	}

/* etc.
---------------------------------------*/
.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
	}
.alignright {
	text-align: right;
	}
.minitext {
	font-size: 10px;
	}

ul.bunnerlist {
	margin: 0 0 25px;
	padding: 0;
	font-size: 10px;
	list-style: none;
	}
.bunnerlist li {
	margin: 0 0 10px;
	font-size: 10px;
	}
.bunnerlist img {
	margin: 0 0 3px;
	}

.step li {
	margin: 0 0 15px;
	}
.step em {
	color: #ee7499;
	}

ul.parts {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 15px 0 0;
	width: 550px;
	list-style-type: none;
	background: url(../images/staff/paper.jpg) no-repeat;
	}
.parts li {
	margin: 0;
	padding: 0 0 14px 14px;
	float: left;
	width: 120px;
	font-size: 10px;
	}
.parts img {
	margin: 0 0 5px;
	}
.parts strong {
	font-size: 11px;
	}
.parts em {
	color: #d86c9f;
	}
.cmptitle em {
	font-family: Verdana, sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
	color: #e247ad;
	}

