﻿

/* ----- HTML再定義 ------------------------------------------------ */

* { }

* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	padding: 0px;
	background-color: #ffffff;
	text-align: left;
	line-height:1.5em;
}


img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}


table {
	margin-bottom: 10px;
	border: none;
	border-collapse: collapse;
	color: #666666;
	font-size: 13px;
}

tr { margin: 0; }
td { padding: 0.4em ; }


.num { width: 7em; }
.al { width: 1.5em; }


/* ----- ページコンテンツ ------------------------------------------ */

div#container {
	width: 780px;
	margin: 0;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 13px;
}

#main{
	margin: 0;
	padding: 0 1em;
}

#main2{
	margin: 0;
	padding: 0 10 0 10px;
}

/*--　コラムページ　---------------------*/

table#c {
	margin-bottom: 10px;
	border: none;
	border-collapse: collapse;
	color: #666666;
	font-size: 13px;
	line-height: 1.5em;
}

div#cbottom {
	text-align: left;
	padding: 30px 0 20px ;
}

table#c dl { margin: 1em 0 0 1em;}
table#c dd { margin: 0 0 1em 2em;}

table#c ul { margin: 1em 0 0 1em;}
table#c li { margin: 0 0 0.5em 1.5em;}

.colm { margin:2em 0 0.3em 1em}
.col { margin:0 0 1em 2em}
.t { margin:0.5em 1em 1em}

/*--　カラー・見出し文字装飾　--------*/

.white { color: #ffffff; }
.blue { color:#4086C3; font-size:16px; }
.red { color:#D51852; font-size:16px; }
.redc { color:#D51852; font-size:14px; }

h3 {
	background-image: url(img/ic_tit.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	margin: 1em 0 0.5em 0;
	padding: 0 0 0 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	border-bottom: 1px solid #888888;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #888888;
	width: 80%;
	margin: 2em 0 0.5em 0;
}

.txt {
	padding: 0;
	text-align: left;
	padding: 0 0 2em 0;
}


.s {
	font-size: 80%;
	line-height: 1.2em;	
}

.em {
	font-size: 12px;
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}


/* ----- コンテンツ内リンク ------ */

#main A:link {
	text-decoration: none ;
	color: #666666 ;
	border-bottom: 1px dotted #4086C3;
}

#main A:visited {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #4086C3;
}

#main A:active {
	text-decoration: none;
	color: #eeeeee;
}

#main A:hover {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #D51852;
}



/* ----- ヘッダー ------------------------------------------------- */

div#header {
	float: none;
	clear: both;
	height: 80px;
	background-color: #4086C3;
}

div#header h1 {
	padding: 15px 5px 10px 15px;
	color: #ffffff;
}

div#header h1 a {
	color: #ffffff;
	text-decoration: none;
}

div#header p {
	margin: 0px 15px;
	color: #ffffff;
	font-size: 12px;
}


/* ----- ヘッダー下メニュー ------------ */

div#menu {
	float: none;
	clear: both;
	margin-bottom: 10px;
	background-color: #D51852;
	text-align: left;
}

div#menu ul {
	margin: 0 15px 10px 15px;
}

div#menu ul li {
	display: inline;
	margin-right: 10px;
}


/*---　ヘッダー下メニューリンク色替え　---*/

a:link.white, a:visited.white {
	color: #ffffff;
	text-decoration: underline;
}

a:active.white, a:hover.white {
	color: #FF7700;
	text-decoration: underline;
}



/*-- フッター ----------------------------------------------------- */

div#footer {
	float: none;
	clear: both;
}

#cp{
	font-size: 80%;
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
	background-color: #4086C3;
	border-top: 5px solid #D51852;
}
