@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 {
	margin-top: 10px;
}

/* ==== clearfix ==== */

.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
}

* html .clearfix { height: 1% }/* end MacIE5 */
.clearfix {display:block;}

/*サイトの基本設定*/

a {
	color: #0099CC;
}

a :hover{
	background-color: #dddddd;
}

body {
	text-align: center;
	font-size: 14px;
	color: #666666;
	background-color:#EBECE6;
}

#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background-color:#FFFFFF;
}

/*ヘッダー設定*/    
#header {

}

#logo {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

#logo a{
	display: block;
	background-image: url(../images/logo.jpg);
	height: 45px;
	width: 200px;
	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;
}

/*グローバルナビゲーション設定*/        
#gNavi {
	clear: both;
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/gNavi.jpg);
}

#gNavi p {
	padding: 10px;
}

#gNavi a:link    {text-decoration:underline;color:#fff;}  /*テキストリンクの色*/
#gNavi a:visited {text-decoration:underline;color:#fff;}  /*訪問済みのリンクの色*/ 
#gNavi a:active  {text-decoration:underline;color:#fff;}   /*クリック時のリンクの色*/
#gNavi a:hover   {text-decoration:underline;color:#ffd700;}  /*マウスの上にカーソルがあるときのリンクの色*/




/*メインイメージ設定*/        
#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;
	color:#ffd700;
}

#mainImg #message p{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}


/*サイドナビゲーション設定*/        
#sideNavi {
	float: left;
	width: 200px;
}

#sideNavi h2{
	background-image: url(../images/sideH2.jpg);
	padding: 10px;
	padding-left: 35px;
	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;
}

.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;
}

#content p{
	line-height: 160%;
	padding: 10px;
	font-size: 90%;
}

#content .underline{
	line-height: 160%;
	padding: 10px;
	background-image: url(../images/contentP.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#copy .designed {
	padding-left: 20px;
	font-size: 90%;
}

#copy .designed a{
	color: #CCCCCC;
}


/*フッター設定*/        
div,p  {margin-top:0px;}

/*下部footer*/
#footer p{font-size:12px;}
#footer {width:738px;text-align:center;margin-left:1px;margin-top:10px;margin-bottom:10px;background-repeat:repeat-x;}
#footer ul{width:98%;font-size:12px;margin:px;padding:5px;text-align:center;}
#footer li{display:inline;list-style:none;padding-left:5px;padding-right:5px;line-height:20px;border-left:solid 1px #333;}
#footer li.last{border-right:solid 1px #333;}

        
#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%;
}
    

/*運営サイト一覧*/
.ji table{border:solid 1px #c0c0c0;width:400px;margin-bottom:10px;}
.ji table th{width:140px;}