@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #F9F2C6;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
li {
	list-style-type: none;
}


/**/

div#bg {
	width: 850px;
}
div#container {
	width: 850px;
	background: url(images/mainbg.gif) repeat-y left;
}
div#main {
	width: 650px;
	float: right;
}
div#main_contents {
	width: 610px;
	margin: 20px;
}

/*menu*/

ul#menu {
	width: 200px;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
ul#menu li {
	margin: 0 !important;
	padding: 0 !important;
}

/*footer*/

div#footer {
	width: 850px;
	height: 120px;
	clear: both;
}

/*index.html*/

h2#welcome {
	margin-bottom: 20px;
}

div#main_contents p {
	font-size: 90%;
	line-height: 180%;
}

dl.commonlist {
	margin: 20px 0 40px 0;
}

dl.commonlist dt {
	color: #CC3300;
	border-left: 5px solid #CC3300;
	border-bottom: 1px solid #CC3300;
	padding-left: 20px;
	line-height: 180%;
	font-weight: bold;
	margin-bottom: 10px;
}
dl.commonlist dd {
	font-size: 90%;
	line-height: 180%;
	background: url(images/arrow01.gif) left center no-repeat;
	padding-left: 20px;
}

ul.commonlist {
	margin: 20px 0 40px 0;
}

ul.commonlist li {
	font-size: 90%;
	line-height: 180%;
	background: url(images/arrow01.gif) left center no-repeat;
	padding-left: 20px;
}
ul.commonlist li a {
	color: #000000;
}
ul.commonlist li a:hover {
	text-decoration: underline;
	color: #666;
}

dl#indexlink dd {
	display: inline;
	margin-right: 1em;
	background-image: none !important;	
	padding: 0;
}
dl#indexlink dd a {
	color: #000000;
}
dl#indexlink dd a:hover {
	text-decoration: underline;
	color: #666;
}

/*contentpage_common*/

div#head {
	width: 850px;
	height: 110px;
	background: url(images/contents_headline.jpg) bottom left no-repeat;
	background-color: white;
}

ul.commonpage {
	padding-top: 20px !important;
}

img#contact {
	position: absolute;
	top: 50px;
	left: 660px;
}

div#photo img {
	margin-right: 10px;
	width: 160px;
}

/*profile.html*/

table.proftable {
	border-collapse: collapse;
	margin: 20px 0;
}
table.proftable td ,
table.proftable th {
	border: 1px solid #FBDCBF;
	padding: 5px;
	vertical-align: top;
}
table.proftable th {
	font-weight: normal;
	text-align: left;
	background-color: #FFF7EE;
}

dl.grayline {
	margin: 20px 0;
}
dl.grayline dt {
	border-bottom: 1px solid #CCC;
	line-height: 180%;
	background: url(images/arrow01.gif) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
dl.grayline dd {
	font-size: 90%;
	line-height: 180%;
	margin-bottom: 20px;
}

/*contact*/

p#mailaddress {
	border: 1px solid #CCC;
	padding: 10px;
}
p#mailaddress a {
	text-decoration: underline;
	color: #333333;
}
p#mailaddress a:hover {
	color: #666666;
	text-decoration: none;
}
table.contact_table {
	border-collapse: collapse;
}
table.contact_table th,
table.contact_table td {
	padding: 5px;
	border: 1px solid #F9C0A2;
	vertical-align: top;
}
table.contact_table th {
	text-align: left;
	font-weight: normal;
	background-color: #FBEBD7;
}

/* link.html */

h3.h3_01 {
	border-left: 5px solid #003366;
	padding-left: 15px;
	line-height: 180%;
	margin-bottom: 10px;
}

h4.h4_01 {
	background-color: #CC3300;
	padding: 5px;
	color: white;
}

dl.linklist {
	margin: 20px 0;
}
dl.linklist dt {
	border-bottom: 1px dashed #CCC;
	line-height: 200%;
	background: url(images/arrow01.gif) left center no-repeat;
	padding-left: 20px;
	margin: 10px 0;
	font-weight: bold;
	display: inline;
}
dl.linklist dt a {
	color: black;
}
dl.linklist dt a:hover {
	color: #666;
}
dl.linklist dd {
	font-size: 90%;
	line-height: 180%;
}


/*マージンの設定*/

.mtb20 {
	margin: 20px 0;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
