﻿/* //////////////////////////////////// */
/* 見出しタグ指定
/* //////////////////////////////////// */

h2.h2_title {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../page/images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	font-size: 18px;
	padding-top: 15px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 40px;
	width: 520px;
}
h3.h3_title {
	font-weight: bold;
	color: #D56A00;
	font-size: 120%;
	background-color: #FFCA95;
	margin-bottom: 10px;
	padding: 3px 5px 3px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* //////////////////////////////////// */
/* リンクタグ指定
/* //////////////////////////////////// */

a:link, a:visited, a:active {text-decoration: underline;color: #FFDFBF;}
a:hover {text-decoration: none;color: #FFAA55;}

/* //////////////////////////////////// */
/* リスト関連
/* //////////////////////////////////// */

ul.ul_box {
	border: 1px solid #DDDDDD;
}
ul.ul_free, ul.ul_box {
	padding: 10px 10px 10px 10px;
	margin-bottom:10px;
}
ul.ul_free li, ul.ul_box li {
	background-image: url(../images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

/* //////////////////////////////////// */
/* テキスト装飾
/* //////////////////////////////////// */

#global_nav p.nav_title a:link,
#global_nav p.nav_title a:visited,
#global_nav p.nav_title a:active {
	text-decoration: none;
	color: #AA5500;
}
#global_nav p.nav_title a:hover{
	color:#EA7500;
}

ul.local_nav li a:link,
ul.local_nav li a:visited,
ul.local_nav li a:active {
	text-decoration: none;
	color: #AA5500;
}
ul.local_nav li a:hover{
	color:#EA7500;
}


address {
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 10px;
	color: #DDDDDD;
}
address a:link    {text-decoration: none;color: #FFD5AA;}
address a:visited {text-decoration: none;color: #FFD5AA;}
address a:active  {text-decoration: none;color: #FFD5AA;}
address a:hover   {text-decoration: underline;color: #FFD5AA;}

.text_red{color: #CC0000;}
.text_blue{color: #3333CC;}
.text_green{color: #006600;}
.text_orange{color: #FF6600;}

.text_bold{font-weight: bold;}

/* //////////////////////////////////// */
/* テーブル指定
/* //////////////////////////////////// */

table.table_free {
	width:100%;
	margin-bottom:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
table.table_free caption {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding: 3px 5px 3px 0px;
	color: #CC0000;
}
table.table_free th {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-color: #F5F5F5;
}
table.table_free td {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
        background-color: #F5F5F5;
}

/* //////////////////////////////////// */
/* 余白指定
/* //////////////////////////////////// */

.btm5 {margin-bottom:5px;}
.btm10 {margin-bottom:10px;}

/* //////////////////////////////////// */
