@charset "utf-8";
/*==========================================================
File name: common.css
Description: 共通スタイル定義
Author:　
Editor:　
Date:　
Update:　
Table of contents:
・Link
・color
・font-size
・clearfix
・structure
・header
・globalnavi
・contents
・contents main
・contents sub
・footer
==========================================================*/

/*-------------------------------
Link
--------------------------------*/
a{
   color: #39329C;
   text-decoration:underline;
}
a:visited{
   color: #39329C;
   text-decoration:underline;
}
a:hover{
   color: #39329C;
   text-decoration:none;
}

/*-------------------------------
color
--------------------------------*/
#container{
	color: #666666;
}
/*-------------------------------
font-size
--------------------------------*/

/*-------------------------------
clearfix
--------------------------------*/
.clear{
	clear: both;
}
@media screen {
.clearfix{
	overflow: hidden;
}
* html .clearfix{
	zoom: 1;
}
}
/*--------------------------------------------------------------
structure
---------------------------------------------------------------*/
body{
	background: #E1DFE0;
}
#container{
	margin: 0 auto;
	width: 880px;
	background: #FFFFFF;
}
#header{
	height: 82px;
	padding: 18px 32px 0;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../../images/gruttoKANSAI//common/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#navg{
	padding: 0 29px 0 30px;
	border-bottom: 1px solid #CCCCCC;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#contents{
	padding: 25px 30px;
	clear: both;
}
#contents #main{
	width: 613px;
	float: left;
	margin-top: 15px;
}
#contents #sub{
	width: 187px;
	float: right;
	font-size: 0.9em;
	line-height: 1.2;
	margin-top: 15px;
}
#footer{
	border-top: 1px solid #CCCCCC;
	padding: 8px 30px 58px;
	clear: both;
	width: 820px;
}
/*--------------------------------------------------------------
header
---------------------------------------------------------------*/
/* listlogo */
#header ul.listlogo{
	position: absolute;
	top: 26px;
	right: 23px;
}
#header ul.listlogo li{
	display: inline;
	padding-left: 18px;
}
/*--------------------------------------------------------------
globalnavi
---------------------------------------------------------------*/
#navg li{
	float:left;
}
/*--------------------------------------------------------------
contents
---------------------------------------------------------------*/
/* paragraph */
#contents p{
    margin-left: 15px;
    margin-bottom: 0px;
    font-size: 1em;
}
#contents p.mbn{
	margin-bottom: 0;
	font-size: 80%;
}
#contents p.notes{
	font-size: 0.9em;
}
/*--------------------------------------------------------------
contents main
---------------------------------------------------------------*/
/* position */
#contents .floatl{
	float: left;
	margin-right: 20px;
}
#contents .floatr{
	float: right;
	margin-left: 20px;
}
#contents .alignr{
	text-align: right;
}
#contents .width100{
	width: 100%;
}
#contents .alignc{
	text-align: center;
}
#contents #main .mb1{
	margin-bottom: 1em;
	margin-top: 1em;
}
/* section */
#contents .section{
	margin-bottom: 20px;
}
/* box */
#contents #main .box{
	margin-bottom: 20px;
	border: 1px solid #DADADA;
	border-top: none;
	padding: 20px;
}
#contents #main .box h2{
	margin: -20px -21px 20px -21px;
}

/* headline */
#contents #main h1{
}
#contents #main h2{
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents #main h3{
	font-size: 1.3em;
	color:#8E6233;
	line-height: 1.3em;
	border-bottom: 3px solid #D5D5D5;
	padding: 8px 0;
	margin-bottom: 10px;
}
#contents #main h4{
	font-size: 1em;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
}
/* table */
#contents #main table{
    border-collapse: collapse;
}
#contents #main table.basic{
	border: 1px solid #DEDEDE;
}
#contents #main table.basic th,
#contents #main table.basic td{
	padding: 7px 10px;
	border: 1px solid #DEDEDE;
}
#contents #main table.basic th{
	background: #F0F0F0;
	text-align: left;
}
#contents #areamain table.layout{
	margin-bottom: 30px;
}
#contents #areamain table.layout td,
#contents #areamain table.layout th{
	padding: 0;
	vertical-align: top;
}

/* list */
#contents ol.basic{
	padding-left: 20px;
	line-height: 1.5em;
}
#contents ol.basic li{
	list-style: decimal;
}
#contents ul.basic{
	padding-left: 20px;
}
#contents ul.basic li{
	list-style: disc;
}
#contents #areamain dl.basic{
	margin-bottom: 1em;
}
#contents #areamain dl.basic dt{
	font-weight: bold;
}
/* icon */
#contents a.ico{
}
#contents ul.ico li{
	background: url(../../images/gruttoKANSAI//common/ico_list.gif) left 0.5em no-repeat;
	padding-left: 16px;
}
#contents img.externalIcon{
	padding-left:5px;
	vertical-align: middle;
}
#contents img.externalafterIcon{
	padding-left:5px;
	vertical-align: middle;
}
#contents img.externalbeforeIcon{
	padding-right:10px;
	vertical-align: middle;
}
/*--------------------------------------------------------------
contents sub
---------------------------------------------------------------*/
#contents #sub .box{
	background: #F4F2F3;
	border: 1px solid #DCDADB;
	padding: 4px 4px 0;
	margin-bottom: 15px;
}
#contents #sub p.ttl{
	margin-bottom: 4px;
}
#contents #sub .section{
	background: #ffffff;
	padding: 10px;
	margin-bottom: 4px;
}
#contents #sub .section.borderb{
	background: url(../../images/gruttoKANSAI//common/bg_borderd.gif) left bottom repeat-x #FFFFFF;
	margin-bottom: 0;
	padding-bottom: 15px;
}
#contents #sub .section dl{
	margin-bottom: 10px;
}
#contents #sub .section dt{
	color: #9B672E;
	font-weight: bold;
	padding-bottom: 20px;
}
#contents #sub .listbnr li{
	margin-bottom: 15px;
}
#contents #sub .box#contact2{
	background: url(../../images/gruttoKANSAI//common/bg_contact2.gif) center bottom no-repeat;
	padding: 5px 5px 1px;
}
#contents #sub .box#contact2 p.ttl{
	margin: -5px -6px 0 -5px;
}
#contents #sub .box#contact2 .section{
	border: 1px solid #DFDFDF;
	padding-top: 15px;
}
/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer #navf{
	float: left;
	height: 14px;
	padding: 2px 0 2px 0;
}
#footer #navf li{
	float: left;
	margin-right: 20px;
	border-right: 1px solid #515151;
	padding: 0px 20px 0px 0;
}
#footer #copyright{
	float: right;
	text-align: right;
	/* width: 310px; */
	width: 100%;
	font-size: 0.7em;
}
/*--------------------------------------------------------------
ie6
---------------------------------------------------------------*/
*html #footer #navf li img{
	vertical-align: middle;
}
/*--------------------------------------------------------------
ie7
---------------------------------------------------------------*/

/* CSS Document */
.topics {
	color: #39329C;
}
.topics_date {
	font-size: 0.7em;
	text-align: right;
}
