﻿@charset "UTF-8";

h1.servicecontents {
	font-size:150%;
	margin: 1em 0em 1em 0em;
	padding: 0.5em 0.7em 0.3em 0.5em;
	border-left:midnightblue solid 10px;
	border-bottom:midnightblue solid 1px;
	border-top:midnightblue solid 1px;
	border-right:midnightblue solid 1px;
}
h2.servicecontents {
	font-size:130%;
	margin: 1em 3em 1em 1em;
	padding: 0.5em 0.7em 0.3em 0.5em;

	border-left:steelblue solid 5px;
	border-bottom:steelblue dashed 1px;
	/*border-top:midnightblue solid 1px;
	border-right:midnightblue solid 1px;*/
}
h3.servicecontents {
	font-size:120%;
	margin: 1em 5em 1em 1em;
	padding: 0.5em 0.7em 0.3em 0.5em;

	border-left:steelblue solid 5px;
	border-bottom:steelblue dashed 1px;
	/*border-top:midnightblue solid 1px;
	border-right:midnightblue solid 1px;*/
}
h2.message {
	font-size:130%;
}

div.wrap{
	width: 100%;
}

/* レイアウト */
div.left_menu{
	width:25%;
	height:100%;
	background-color: whitesmoke;
	float:left;
}

div.float_padding{
	padding:5em 0.5em 0.5em 0.5em;
}

div.right_contents{
	width:75%;
	background-color:white;
	float:right;
}

div.left_menu_spacer {
	height:50px;
}

div.left_menu_title {
	padding: 0.2em 0.2em 0.5em 0.5em;
	font-weight: bold;

	/*border-top:steelblue solid 1px;
	border-left:steelblue solid 5px;
	border-bottom:steelblue dashed 1px;
	border-right:steelblue solid 5px;*/
}

ol.left_menu {
	margin: 0px 5px 0px 25px;
	padding: 0em 0em 0em 0em;*/
}
li.left_menu {
	padding: 0em 0em 1.5em 0em;
}

/*========= 装飾 ============*/
a.pdflink {
	text-align:right;
	padding:5px 0px 5px 20px;
	background: transparent url("../images/pdficon_small.gif") no-repeat center left;
}
a.arrowlink {
	text-align:right;
	padding:5px 0px 5px 20px;
	background: transparent url("../images/arrow_small.png") no-repeat center left;
}
