@charset "utf-8";

/*
[1]リンク指定
[2]レイアウト指定
[3]#header内の各指定
[4]#contents内の各指定
[5]#sidebar内の各指定
[6]#footer内の各指定
[7]#globalnavi内の各指定
*/

/* 一括で全ての要素の余白をゼロに指定 */
*{padding: 0;	margin: 0;}

/*-- 削除不可 --*/
#cds{display: none;}


/* ####################################

                          [1]リンク指定
                          
####################################### */

a:link{
color: #0000ff;
text-decoration: underline;
}

a:visited{
color: #9900ff;
text-decoration: underline;
}

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


/* ####################################

                      [2]レイアウト指定
                          
####################################### */
/*--全体のフォントサイズなど--*/
body{
font-size: 80%;
text-align: center;
font-family: "MS UI Gothic",sans-serif;
padding: 0;
margin: 0;
}

/*-- 全体を囲んでいます --*/
#wrapper{
text-align: left;
margin: 1em auto 0 auto;
width: 870px;
border: 1px solid silver;
}

/*-- ヘッダー部分*/
#header{
border-bottom: 1px solid silver;
}

/*-- コンテナー部分 --*/
#container{
width: 100%;
position: relative;
padding: 2em 0 0 0;
}

/*-- コンテナーインナー部分 --*/
#container-inner{
width: 690px;
float: left;
}

/*-- コンテンツ部分 --*/
#contents{
padding: 20px 20px;
width: 468px;
float: right;
border-left: 1px solid silver;
border-right: 1px solid silver;
}

/*-- 左サイドバー部分 --*/
#left-sidebar{
padding: 20px 10px;
width: 160px;
float: left;
}

/*-- 右サイドバー部分 --*/
#right-sidebar{
padding: 20px 10px;
width: 160px;
float: right;
}

/*-- フッター部分 --*/
#footer{
clear: both;
width: 100%;
padding: 0.5em 0px;
border-top: 1px solid silver;
font-size: 80%;
}

/*-- グローバルナビ部分 --*/
#globalnavi{
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: #eeeeee;
}

/* ####################################

                   [3]#header内の各指定
                          
####################################### */

/*-- サイトタイトル --*/
h1{
font-size: 180%;
padding: 10px 0 10px 10px;
}

/*-- その他ヘッダー内の文字 --*/
#header p{text-align: center;}


/* ####################################

                 [4]#contents内の各指定
                          
####################################### */

/*-- 見出し --*/
h2,h3{
font-size: 120%;
margin-top: 1.0em;
margin-bottom: 0.5em;
padding: 5px 0 5px 5px;
border-left: 10px solid #000000;
}

h3{margin-top: 2em;}

/*-- 文字 ---*/
#contents p{
line-height: 1.5;
margin-bottom: 1em;
}

#contents li{
	margin-bottom: 1px;
	margin-top: 15px;
	margin-left: 10px;
}

#contents ol {
margin-bottom: 1.0em;
padding: 5px 0 5px 5px;
}

.paging {
	text-align: center;
}

.url {
	color: #488048;
}



/* ####################################

                  [5]#sidebar内の各指定
                          
####################################### */

#left-sidebar li{
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 3px;
}

#left-sidebar ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.myctg input {
	width: 160px;
	background-color: #FFEFD5;
	background-repeat: no-repeat;
}
.btn_add {
	background-image: url(images/add_myctg.png);
}
.btn_view {
	background-image: url(images/view_myctg.png);
	margin-bottom: 20px;
}

.tag {
	font-size: small;
	padding: 10px;
	border: 1px dashed #666666;
	background-color: #F0FFF0;
}
.tag a {
	margin-right: 10px;
	white-space: nowrap;
}


/* ####################################

                  [6]#footer内の各指定
                          
####################################### */

/*-- コピーライト --*/
#footer p{
	text-align: center;
}


/* ####################################

               [7]#globalnavi内の各指定
                          
####################################### */

#globalnavi p{
padding: 0.5em 1em;
background-color: #dddddd;
color: #000000;
}


.ads {
text-align: center;
}

.adsh {
text-align: center;
background-color: #cccccc;
padding: 3px;
}

.adsf {
text-align: center;
background-color: #cccccc;
padding: 3px;
margin: 5px 0px 0px 0px;
}
