@charset "utf-8";

/*
	Site Name: MODx 日本語支援サイト
	Description: CSS filter
	Date: 2008/09/28
	Author: MODx 日本語支援サイト
*/



/* ===== Universal Reset ===== */

*{
	margin:0px;
	padding:0;
}

img {
	border: none;
}

.bn {
	float: left;
	width: 190px;
}

#content .bn p {
	width: 180px;
}
/* ==== clearfix ==== */

.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
}

* html .clearfix { height: 1% }/* end MacIE5 */
.clearfix {display:block;}

/*サイトの基本設定*/

a {
	color: #99CC00;
}

a:hover{
	color: #FF0066;

}

body {
	text-align: center;
	font-size: 14px;
	color: #666666;
}

#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

/*ヘッダー設定*/    
#header {

}

#logo {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

#logo a{
	display: block;
	background-image: url(../images/logo.jpg);
	height: 51px;
	width: 209px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#description {
	float: right;
	margin-top: 20px;
}

#description h2{
	font-size: 90%;
	padding-right: 20px;
}

#description p{
	font-size: 90%;
	padding-right: 20px;
}

#description h2 a{
	color: #333333;
}

#description a{
	color: #666666;
	text-decoration: none;
}

/*グローバルナビゲーション設定*/        
#gNavi {
	clear: both;
	text-align: center;
	color: #FFFFFF;
}

#gNavi a{
	color: #333333;
	background-image: url(../images/gNaviList.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#gNavi a:hover{
	color: #FF0066;
}


#gNavi ul {
	margin: 0px;
	padding: 10px;
}
#gNavi li {
	display: inline;
	padding: 0px 0px;
}

#gNavi p {
	padding: 10px;
}

.breadcrumbs {
	font-size: 90%;
	margin-bottom: 10px;
}
.breadcrumbs a{
	color: #FF3366;
}


/*メインイメージ設定*/        
#mainImg {
	background-image: url(../images/mainImg.jpg);
	height: 200px;
	clear: both;
	margin-bottom: 10px;
}

#mainImg #message {
	float: left;
	margin-top: 100px;
	color: #FFFFFF;
}

#mainImg #message h2{
	padding-top: 10px;
	padding-left: 20px;
}

#mainImg #message p{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*サイドナビゲーション設定*/        
#sideNavi {
	float: left;
	width: 200px;
}

#sideNavi a {
	color: #999999;
	text-decoration: none;
}

#sideNavi a:hover {
	color: #FF0066;
	text-decoration: underline;
}

#sideNavi h2{
	background-image: url(../images/sideH2.jpg);
	padding: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 100%;
	color: #FFFFFF;
}

#sideNavi p{
	background-image: url(../images/sideP.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 90%;
	padding-left: 35px;
	margin-bottom: 5px;
}


/*コンテンツ設定*/        
#content {
	float: right;
	width: 580px;
}

.B_crumbBox {}

.pager {
	padding: 10px;
	text-align: center;
}

.pager a{
	padding-right: 50px;
	color: #FF3366;
}

#content .iconBook {
	background-image: url(../images/iconBook.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}
.imgRight {
	float: right;
	padding: 10px;
}

.imgLeft {
	float: left;
	padding: 10px;
}

#content h2{
	background-image: url(../images/contentH2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
	font-size: 100%;
	padding-top: 15px;
	color: #000000;
	clear: both;
}

#content h3{
	background-image: url(../images/contentH3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
	font-size: 100%;
	padding-top: 10px;
	color: #FF3366;
	clear: both;
}

#content p{
	line-height: 160%;
	padding: 5px;
	font-size: 90%;
}

#content .underline{
	line-height: 160%;
	padding: 10px;
	background-image: url(../images/contentP.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content .ditto {
	padding: 0px 10px;
	background-image: url(../images/iconClock.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

#content .dittoLink {
	padding-left: 20px;
	background-image: url(../images/iconEdit.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: 5px;
}

#copy .designed {
	padding-left: 20px;
	font-size: 90%;
}

/*フッター設定*/        
#footer {
	clear: both;
	background-color: #eeeeee;
	margin-top: 10px;
	border-top: 1px solid #cccccc;
}

#footer p{
	padding: 10px;
	text-align: center;
}

        
#copy {
	background-image: url(../images/copy.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#copy p{
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 80%;
}
    
