@charset "utf-8";
/* -----------------------------------------------

You Me & Cookies ABOUT CSS
FILE DATA: about.css

----------------------------------------------- */

/* ------------------------------------------- * /
/* logo */
div#logo{
	float:left;
}
div#logo a{
	display:block;
	background:url(../../share/images/logo.gif) no-repeat;
	width:270px;
	height:45px;
	text-indent:-99999em;
	padding:0 30px 0 0;
}

/* ------------------------------------------- * /
/* menu */
ul#menu li a.menu_page{
	background:url(../images/menu.gif) no-repeat;
	border-bottom:#C7B299 dotted 1px;
	padding:0 0 13px 0;
	margin:0 0 13px 0;
	text-indent:-99999em;
	display:block;
}
ul#menu li ul{
	margin:0 0 25px 0;
}
ul#menu li ul#sub li a{
	width:180px;
	height:15px;
	text-indent:-99999em;
	display:block;
	margin:0 0 25px 0;
	border-bottom:#C7B299 dotted 1px;
	padding:0 0 13px 0;
	margin:0 0 13px 0;
}
ul#menu li ul#sub li a.sub01{
	background:url(../images/sub1.gif) no-repeat;
}
ul#menu li ul#sub li a.sub02{
	background:url(../images/sub2.gif) no-repeat;
}
ul#menu li ul#sub li a.sub03{
	background:url(../images/sub3.gif) no-repeat;
}
/* ------------------------------------------- * /
/* panlist */
div#panlist{
	width:650px;
}
div#panlist a.home{
	background:url(../images/pan_home.gif) no-repeat;
	width:21px;
	height:5px;
	display:block;
	text-indent:-99999em;
	float:left;
	padding:0 10px 0 0;
}
div#panlist span.pagepan{
	background:url(../images/pan_txt.gif) no-repeat;
	width:95px;
	height:5px;
	float:left;
	text-indent:-99999em;
}
/* ------------------------------------------- * /
/* main */
h1{
	margin:20px 0;
	background:url(../images/title.gif) no-repeat;
	width:650px;
	height:44px;
	text-indent:-99999em;
}
p.about_copy{
	margin:15px 0;
	line-height:1.6em;
}
h2#subtitle01{
	background:url(../images/about_title1.gif) no-repeat;
	width:650px;
	height:25px;
	text-indent:-99999em;
	margin:0 0 10px 0;
}
h2#subtitle02{
	background:url(../images/about_title2.gif) no-repeat;
	width:650px;
	height:25px;
	text-indent:-99999em;
	margin:0 0 10px 0;
}
h2#subtitle03{
	background:url(../images/about_title3.gif) no-repeat;
	width:650px;
	height:25px;
	text-indent:-99999em;
	margin:0 0 10px 0;
}


div#aboutcookie p{
	float:left;
	line-height:1.6em;
	width:400px;
}
div#aboutcookie img{
	float:right;
}

h3#maketitle1{
	background:url(../images/k1_title.gif) no-repeat;
	width:115px;
	height:50px;
	text-indent:-99999em;
	margin:0 0 10px 0;
}
div#make1 img{
	float:left;
	padding:0 20px 0 0;
}
div#make1 p{
	padding:0 0 0 0;
	line-height:1.8em;
}
h3#maketitle2{
	margin:15px 0 0 0;
	background:url(../images/k2_title.gif) no-repeat;
	width:115px;
	height:50px;
	text-indent:-99999em;
}
div#make2 p{
	float:left;
	line-height:1.8em;
	width:300px;
}
div#make2 img{
	float:right;
}











