﻿@charset "UTF-8";

/* =====================================================
 File name : 
   common.css
 Summary : 
   首相官邸サイト サイト共通CSS
 Last modified : 
   2009年 11月 27日
 ----------
 Index : 
　  * ブラウザスタイルリセット
　  * フォント基本設定
　  * ベース構造
　  * 共通デザイン：フッター
　  * 共通デザイン：パーツ
===================================================== */


/* -----------------------------------------------------
    ブラウザスタイルリセット
----------------------------------------------------- */
body,html,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,table,form {
	margin:0;
	padding:0;
	font-size:100%;
}

h1,h2,h3,h4 { font-weight:normal; }
a img { border:0; }
hr { display: none; }
address { font-style:normal; }


/* -----------------------------------------------------
    フォント基本設定
----------------------------------------------------- */

/* common ---------- */
body {
	color:#333;
	font-size:16px;
	font-family:'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProW3', sans-serif;
	background-color:#EFEFEF;
}

/* for IE7 */
*:first-child+html body { font-size:100%; }

* html body {
	font-size:100%;
	font-family:'ＭＳ Ｐゴシック', 'ＭＳ ゴシック';
}

/* link ---------- */
a:link {
	color:#1E2C7B;
	text-decoration:underline;
}
	
a:visited {
	color:#666;
	text-decoration:underline;
}

a:hover {
	color:#B10505;
	text-decoration:underline;
}

a:active {
	color:#B10505;
	text-decoration:underline;
}


/* -----------------------------------------------------
    ベース構造
----------------------------------------------------- */
#container {
	position:relative;
	width:962px;
	margin:0 auto;
	background:#FFF url(/n-common/images/main_bg.gif) center top repeat-y;
	font-size:76%;
}


/* -----------------------------------------------------
    共通デザイン：フッター
----------------------------------------------------- */
#footer {
	width:950px;
	margin:0 auto;
	padding:20px 0 15px;
	background-color:#F8F7EF;
	text-align:center;
}

#footer #footerLink {
	text-align:center;
}

#footer #footerLink ul {
	list-style:none;
}

#footer #footerLink li {
	display:inline;
	margin-right:7px;
	padding-right:10px;
	border-right:1px solid #333;
}

* html #footer #footerLink li {
	margin-right:12px;
	padding-right:7px;
}

*:first-child+html #footerLink li {
	margin-right:12px;
	padding-right:7px;
}

#footer #footerLink li.none {
	border-right:none;
}

#footer address,
#footer #copyright {
	margin-top:15px;
}


/* -----------------------------------------------------
    共通デザイン：パーツ
----------------------------------------------------- */

/* title ---------- */
h2.title {
	margin-bottom:10px;
	padding:0 0 2px 2px;
	border-bottom:4px solid #DD0000;
	font-size:172%;
	font-weight:bold;
	line-height:1.2em;
}

.titlePack {
	margin-bottom:10px;
	padding:0 0 2px 2px;
	border-bottom:4px solid #DD0000;
}

.titlePack h2 {
	float: left;
	font-size:172%;
	font-weight:bold;
	line-height:1.2em;
}

.titlePack .link {
	float: right;
	width: 120px;
	text-align: right;
}

/* contentBox ---------- */
.contenBox {
	background-color:#F7F7F7;
}

.contenBox .innerTitle {
	border-top:4px solid #DD0000;
	background:#ECECEC url(/n-common/images/line_contentbox.gif) bottom center repeat-x;
}

.contenBox h2 {
	padding:8px 9px 7px;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	font-weight:bold;
	font-size:118%;
}

.contenBox .inner {
	padding:7px;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
}

/* icon ---------- */
img.icon {
	margin-right:5px;
	vertical-align:middle;
}

/* -----------------------------------------------------
    clearfix
----------------------------------------------------- */

.titlePack:after {
	content:".";  
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.titlePack {
	min-height:1px;
}

* html .titlePack {
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}