@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	outline: none;
	font-size: 100%;
}

body{
	line-height:1.4;
	font-size: 0.78em;
	background: url(cmnfix/bg.jpg) repeat-x;
	color: #666666;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0.1em;
	line-height: 0.1;
	}

div.clear2 {
	clear: both;
	height: 0px;
	font-size: 0.1em;
	line-height: 0.1;
	margin-top: -15px;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	margin-right: auto;
	margin-left: auto;
	}
	
td {
 text-align:left;
 }
 
img {
	border:none;
	margin:0px;
	padding:0px;
}

li	{
	list-style:none;
}

.tCenter {
	text-align: center;
}

.tRight {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.cell_top	{
	border-top:dotted 1px #CCCCCC;
}
.cell_bottom	{
	border-bottom:dotted 1px #CCCCCC;
}
.cell_left	{
	border-left:dotted 1px #CCCCCC;
}
.cell_right	{
	border-right:dotted 1px #CCCCCC;
}

.color1 {
	color: #F55A7D;
}

.color2 {
	color: #000000;
}

/********************************************************** コンテナ ***/

div.wrapper {
	width: 898px;
	margin: 0 auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

div.contents {
	width: 880px;
	margin: 0 auto;
	padding: 10px 0 3px 0;
}

div.contents2 {
	background: url(cmnfix/sideB.gif) no-repeat left bottom;
}

/********************************************************** ヘッダ ***/

div#header {
	position: relative;
	height: 72px;
	border-bottom: 10px solid #0099CC;
	line-height: 1;
}

h1 {
	text-align: right;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

div#header ul {
	position: absolute;
	top: 50px;
	right: 5px;
}

div#header li {
	display: inline;
	padding: 0 5px 0 12px;
	background: url(cmnfix/arw1.gif) no-repeat 0 2px;
	font-size: 12px;
}


/********************************************************** グローバルナビ ***/

div#navi {
	height: 44px;
	background: url(cmnfix/naviBg.jpg) repeat-x;
	text-align: center;
	margin-bottom: 1px;
}

div#navi ul {
	padding: 4px 0 0 5px;
}

div#navi li {
	display: inline;
}

div#navi li img {
	float: left;
	margin-left: 32px;
}

/********************************************************** 左カラム ***/

div.left {
	float: left;
	width: 299px;
}

div.left2 {
	float: left;
	width: 226px;
	background: url(cmnfix/side.gif) repeat-y;
	color: #FFFFFF;
	font-size: 12px;
}

table.leftmenu {
	width: 184px;
	margin-top: 15px;
	background: url(cmnfix/bor1.gif) repeat-x left bottom;
}

table.leftmenu a {
	color: #FFFFFF;
}

table.leftmenu  td {
	padding-left: 15px;
	padding-bottom: 2px;
	background: url(cmnfix/arw2.gif) no-repeat;
}

div#sideT {
	background: url(cmnfix/sideT.gif) no-repeat;
	height: 4px;
}

table#sideTtl td {
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
}


/********************************************************** メインカラム ***/

div.main {
	float: right;
	width: 559px;
}

div.main2 {
	float: right;
	width: 647px;
}

div.main2 h4 {
	background: url(cmnfix/h4Bg.gif) no-repeat;
	color: #000000;
	font-weight: normal;
	height: 28px;
	padding-left: 15px;
	line-height: 28px;
	font-size: 1.1em;
}
	

/********************************************************** フッタ ***/

div#footer {
	background: #0099CC;
	color: #FFFFFF;
	padding: 10px 0 10px 0;
	font-size: 12px;
	margin-top: 10px;
}

div#footer ul {
	text-align: center;
	background: #FFFFFF;
	color: #0099CC;
	padding: 10px 0;
}

div#footer li {
	display: inline;
}
	
div#footer li a {
	color: #0099CC;
	margin-right: 1px;
}

div#footer div {
	width: 876px;
	margin: 0 auto;
	padding-top: 18px;
}

div#footer div table {
	margin-right: 0;
	margin-left: 0;
}

div#footer div td {
	padding: 0 5px 0 5px;
}

























